From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA7FC1389E2 for ; Tue, 30 Dec 2014 16:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FEBCE0956; Tue, 30 Dec 2014 16:42:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EB1CE0956 for ; Tue, 30 Dec 2014 16:42:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B715634066C for ; Tue, 30 Dec 2014 16:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D88FE811 for ; Tue, 30 Dec 2014 16:42:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419957722.661418dfaa7785747e71bb38b7609273b694ec5e.kensington@gentoo.org@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtsql/qtsql-4.8.9999.ebuild dev-qt/qtsql/qtsql-5.4.9999.ebuild dev-qt/qtsql/qtsql-5.9999.ebuild X-VCS-Directories: dev-qt/qtsql/ X-VCS-Committer: kensington@gentoo.org X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 661418dfaa7785747e71bb38b7609273b694ec5e X-VCS-Branch: master Date: Tue, 30 Dec 2014 16:42:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a9b5bd6-7574-4f95-8b31-15cf47588281 X-Archives-Hash: a0bb236f3408f0fa5014a6eceafe4b00 commit: 661418dfaa7785747e71bb38b7609273b694ec5e Author: Michael Palimaka gentoo org> AuthorDate: Tue Dec 30 16:42:02 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 30 16:42:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=661418df [dev-qt/qtsql] Account for postgresql package changes. Package-Manager: portage-2.2.15 --- dev-qt/qtsql/qtsql-4.8.9999.ebuild | 2 +- dev-qt/qtsql/qtsql-5.4.9999.ebuild | 2 +- dev-qt/qtsql/qtsql-5.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtsql/qtsql-4.8.9999.ebuild b/dev-qt/qtsql/qtsql-4.8.9999.ebuild index 3334caa..87edbe4 100644 --- a/dev-qt/qtsql/qtsql-4.8.9999.ebuild +++ b/dev-qt/qtsql/qtsql-4.8.9999.ebuild @@ -29,7 +29,7 @@ DEPEND=" >=dev-db/unixODBC-2.3.2-r2[${MULTILIB_USEDEP}] >=dev-db/libiodbc-3.52.8-r2[${MULTILIB_USEDEP}] ) ) - postgres? ( virtual/postgresql:* ) + postgres? ( dev-db/postgresql:* ) sqlite? ( >=dev-db/sqlite-3.8.3:3[${MULTILIB_USEDEP}] ) " RDEPEND="${DEPEND}" diff --git a/dev-qt/qtsql/qtsql-5.4.9999.ebuild b/dev-qt/qtsql/qtsql-5.4.9999.ebuild index 2eca5d3..8d7a320 100644 --- a/dev-qt/qtsql/qtsql-5.4.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.4.9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" mysql? ( virtual/mysql:= ) oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) - postgres? ( virtual/postgresql:* ) + postgres? ( dev-db/postgresql:* ) 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 2eca5d3..8d7a320 100644 --- a/dev-qt/qtsql/qtsql-5.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" mysql? ( virtual/mysql:= ) oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) - postgres? ( virtual/postgresql:* ) + postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) " RDEPEND="${DEPEND}"