commit:     ed1efa703c9954b839a504303f08d29c5d6d0e1d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 23:31:01 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 23:31:01 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ed1efa70

[dev-qt/qtsql] Add slot operators to mysql and postgresql deps.

Package-Manager: portage-2.2.12

---
 dev-qt/qtsql/qtsql-4.8.6.ebuild    | 4 ++--
 dev-qt/qtsql/qtsql-4.8.9999.ebuild | 4 ++--
 dev-qt/qtsql/qtsql-5.3.1.ebuild    | 4 ++--
 dev-qt/qtsql/qtsql-5.3.9999.ebuild | 4 ++--
 dev-qt/qtsql/qtsql-5.4.9999.ebuild | 4 ++--
 dev-qt/qtsql/qtsql-5.9999.ebuild   | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-4.8.6.ebuild b/dev-qt/qtsql/qtsql-4.8.6.ebuild
index cd5918f..f2bf654 100644
--- a/dev-qt/qtsql/qtsql-4.8.6.ebuild
+++ b/dev-qt/qtsql/qtsql-4.8.6.ebuild
@@ -23,10 +23,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic[${MULTILIB_USEDEP}] )
        odbc? ( || ( dev-db/unixODBC[${MULTILIB_USEDEP}] 
dev-db/libiodbc[${MULTILIB_USEDEP}] ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3[${MULTILIB_USEDEP}] )
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsql/qtsql-4.8.9999.ebuild 
b/dev-qt/qtsql/qtsql-4.8.9999.ebuild
index cd5918f..f2bf654 100644
--- a/dev-qt/qtsql/qtsql-4.8.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-4.8.9999.ebuild
@@ -23,10 +23,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic[${MULTILIB_USEDEP}] )
        odbc? ( || ( dev-db/unixODBC[${MULTILIB_USEDEP}] 
dev-db/libiodbc[${MULTILIB_USEDEP}] ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3[${MULTILIB_USEDEP}] )
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsql/qtsql-5.3.1.ebuild b/dev-qt/qtsql/qtsql-5.3.1.ebuild
index 2713a7f..e287559 100644
--- a/dev-qt/qtsql/qtsql-5.3.1.ebuild
+++ b/dev-qt/qtsql/qtsql-5.3.1.ebuild
@@ -25,10 +25,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[debug=]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic )
        odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsql/qtsql-5.3.9999.ebuild 
b/dev-qt/qtsql/qtsql-5.3.9999.ebuild
index 2713a7f..e287559 100644
--- a/dev-qt/qtsql/qtsql-5.3.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.3.9999.ebuild
@@ -25,10 +25,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[debug=]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic )
        odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsql/qtsql-5.4.9999.ebuild 
b/dev-qt/qtsql/qtsql-5.4.9999.ebuild
index dc22e1c..4acdb2e 100644
--- a/dev-qt/qtsql/qtsql-5.4.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.4.9999.ebuild
@@ -25,10 +25,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[debug=]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic )
        odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild
index dc22e1c..4acdb2e 100644
--- a/dev-qt/qtsql/qtsql-5.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.9999.ebuild
@@ -25,10 +25,10 @@ REQUIRED_USE="
 DEPEND="
        ~dev-qt/qtcore-${PV}[debug=]
        freetds? ( dev-db/freetds )
-       mysql? ( virtual/mysql )
+       mysql? ( virtual/mysql:= )
        oci8? ( dev-db/oracle-instantclient-basic )
        odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( dev-db/postgresql-base:* )
        sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"

Reply via email to