aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2019-01-08 01:15:39 +0100
committerDavide Pesavento <pesa@gentoo.org>2019-01-08 01:15:39 +0100
commit2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e (patch)
tree410cca30451830d648c4069ca92a39bfa71d814b /dev-qt/qtsql/qtsql-5.9999.ebuild
parentdev-qt/qtsql: apparently upstream doesn't support libiodbc anymore (diff)
downloadqt-2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e.tar.gz
qt-2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e.tar.bz2
qt-2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e.zip
dev-qt/qtsql: stop using deprecated virtual
Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-qt/qtsql/qtsql-5.9999.ebuild')
-rw-r--r--dev-qt/qtsql/qtsql-5.9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild
index d5f86389..ba13844c 100644
--- a/dev-qt/qtsql/qtsql-5.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.9999.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
- mysql? ( virtual/libmysqlclient:= )
+ mysql? ( dev-db/mysql-connector-c:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
@@ -49,7 +49,6 @@ src_configure() {
$(usex sqlite -system-sqlite '')
)
- use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" "-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")