Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 697706

Summary: dev-db/mysqltuner depends on virtual/mysql
Product: Gentoo Linux Reporter: Keith Harrison <KeithBHarrison>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Keith Harrison 2019-10-14 15:07:45 UTC
See also: https://bugs.gentoo.org/697640


h5930k# equery depends virtual/mysql
 * These packages depend on virtual/mysql:
dev-db/mysqltuner-1.7.15 (virtual/mysql)
h5930k# ls /usr/portage/dev-db/mysqltuner/
total 32
drwxr-xr-x 1 portage portage 4096 Aug  3 03:15 ./
drwxr-xr-x 1 portage portage 4096 Oct 12 21:44 ../
drwxr-xr-x 1 portage portage 4096 Aug  3 03:15 files/
-rw-r--r-- 1 portage portage 2468 Jul 31 14:09 Manifest
-rw-r--r-- 1 portage portage  373 Apr  9  2019 metadata.xml
-rw-r--r-- 1 portage portage  819 Apr  5  2018 mysqltuner-1.6.18.ebuild
-rw-r--r-- 1 portage portage  825 Apr  9  2019 mysqltuner-1.7.13.ebuild
-rw-r--r-- 1 portage portage  954 Jul 31 14:09 mysqltuner-1.7.15.ebuild
h5930k# grep -C 5 virtual/mysql /usr/portage/dev-db/mysqltuner/mysqltuner-1.7.15.ebuild
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
        dev-lang/perl
        virtual/mysql
        virtual/perl-Getopt-Long"

DEPEND="${RDEPEND}"

PATCHES=(
h5930k#

Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2019-10-14 15:17:18 UTC
This is correct.