summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-02-05 14:24:13 -0500
committerBrian Evans <grknight@gentoo.org>2019-02-05 15:32:34 -0500
commit81d863ef5b6f7a4508d4371e8ea0f1994811e7ec (patch)
tree9b80b40c29efa20c9a4606f833b4eec6d95d6f26
parentwww-plugins/google-talkplugin: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-81d863ef.tar.gz
gentoo-81d863ef.tar.bz2
gentoo-81d863ef.zip
dev-db/soci: Revbump for dependency change
Closes: https://bugs.gentoo.org/665864 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--dev-db/soci/soci-3.2.3-r1.ebuild (renamed from dev-db/soci/soci-3.2.3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3-r1.ebuild
index f31882f3e189..9051f4411cb7 100644
--- a/dev-db/soci/soci-3.2.3.ebuild
+++ b/dev-db/soci/soci-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs te
RDEPEND="
firebird? ( dev-db/firebird )
- mysql? ( virtual/mysql )
+ mysql? ( dev-db/mysql-connector-c:= )
odbc? ( dev-db/unixODBC )
oracle? ( dev-db/oracle-instantclient-basic )
postgres? ( dev-db/postgresql:= )