commit:     53bc0f9ad85c4a1e2b737dd5e0587c1a00be7a93
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 20:56:26 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 20:56:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=53bc0f9a

dev-db/kdb: USE=mysql DEPENDs on dev-db/mysql-connector-c

Switching away from virtual/mysql.

Bug: https://bugs.gentoo.org/665834
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-db/kdb/kdb-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/kdb/kdb-9999.ebuild b/dev-db/kdb/kdb-9999.ebuild
index e365814d8c..00030572b3 100644
--- a/dev-db/kdb/kdb-9999.ebuild
+++ b/dev-db/kdb/kdb-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="
        $(add_qt_dep qtwidgets)
        $(add_qt_dep qtxml)
        dev-libs/icu:=
-       mysql? ( virtual/mysql )
+       mysql? ( dev-db/mysql-connector-c:= )
        postgres? (
                $(add_qt_dep qtnetwork)
                dev-db/postgresql:*

Reply via email to