public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/
Date: Tue, 19 Aug 2014 01:07:18 +0000 (UTC)	[thread overview]
Message-ID: <1408059061.ed1efa703c9954b839a504303f08d29c5d6d0e1d.pesa@gentoo> (raw)
Message-ID: <20140819010718.BHnNn_b1UCn-5hb0nM3783FSGWgdOnxbcue8LuuE5So@z> (raw)

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://sources.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	other threads:[~2014-08-19  1:26 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14 23:31 Davide Pesavento [this message]
2014-08-19  1:07 ` [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 Andreas Sturmlechner
2022-09-08  9:29 Andreas Sturmlechner
2022-06-15 17:20 Andreas Sturmlechner
2022-05-14 21:14 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2019-01-08  1:31 Davide Pesavento
2019-01-08  1:31 Davide Pesavento
2019-01-08  1:31 Davide Pesavento
2019-01-08  1:31 Davide Pesavento
2018-07-21 18:20 Davide Pesavento
2018-04-11 14:59 Jimi Huotari
2018-04-11 12:56 Jimi Huotari
2018-02-22 22:19 Andreas Sturmlechner
2018-02-22 22:19 Andreas Sturmlechner
2018-02-02 11:54 Michael Palimaka
2016-06-13  0:11 Davide Pesavento
2016-05-31 22:38 Davide Pesavento
2015-12-03 16:40 Davide Pesavento
2015-07-29 14:34 Davide Pesavento
2015-03-26  1:49 Davide Pesavento
2014-12-30 16:42 Michael Palimaka
2014-12-15 21:57 Davide Pesavento
2014-11-03 14:30 Davide Pesavento
2014-09-01  0:02 Davide Pesavento
2014-09-01  0:02 Davide Pesavento
2014-07-01 16:32 Davide Pesavento
2014-06-23 22:38 Davide Pesavento
2014-06-22 23:40 Davide Pesavento
2014-05-27 22:59 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1408059061.ed1efa703c9954b839a504303f08d29c5d6d0e1d.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox