From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32814138334 for ; Tue, 8 Jan 2019 01:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3092AE0AC9; Tue, 8 Jan 2019 01:31:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05BEFE0AC5 for ; Tue, 8 Jan 2019 01:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73248335D02 for ; Tue, 8 Jan 2019 01:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E5CF50D for ; Tue, 8 Jan 2019 01:31:29 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1546910913.176f0fbf1ff794f7770c9725aced16025579368a.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtsql/qtsql-5.12.0.ebuild dev-qt/qtsql/qtsql-5.12.9999.ebuild dev-qt/qtsql/qtsql-5.9999.ebuild X-VCS-Directories: dev-qt/qtsql/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 176f0fbf1ff794f7770c9725aced16025579368a X-VCS-Branch: master Date: Tue, 8 Jan 2019 01:31:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa63bc88-c09c-4277-afe6-387ab7401bc7 X-Archives-Hash: 73fa7120ef2a47fc03b36646786dffa0 commit: 176f0fbf1ff794f7770c9725aced16025579368a Author: Davide Pesavento gentoo org> AuthorDate: Tue Jan 8 01:28:33 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jan 8 01:28:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=176f0fbf dev-qt/qtsql: switch to dev-db/oracle-instantclient Bug: https://bugs.gentoo.org/669274 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qtsql/qtsql-5.12.0.ebuild | 2 +- dev-qt/qtsql/qtsql-5.12.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-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild index e46b3da3..92ce286d 100644 --- a/dev-qt/qtsql/qtsql-5.12.0.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild @@ -22,7 +22,7 @@ DEPEND=" ~dev-qt/qtcore-${PV} freetds? ( dev-db/freetds ) mysql? ( dev-db/mysql-connector-c:= ) - oci8? ( dev-db/oracle-instantclient-basic ) + oci8? ( dev-db/oracle-instantclient:=[sdk] ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) diff --git a/dev-qt/qtsql/qtsql-5.12.9999.ebuild b/dev-qt/qtsql/qtsql-5.12.9999.ebuild index e46b3da3..92ce286d 100644 --- a/dev-qt/qtsql/qtsql-5.12.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.9999.ebuild @@ -22,7 +22,7 @@ DEPEND=" ~dev-qt/qtcore-${PV} freetds? ( dev-db/freetds ) mysql? ( dev-db/mysql-connector-c:= ) - oci8? ( dev-db/oracle-instantclient-basic ) + oci8? ( dev-db/oracle-instantclient:=[sdk] ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild index e46b3da3..92ce286d 100644 --- a/dev-qt/qtsql/qtsql-5.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.9999.ebuild @@ -22,7 +22,7 @@ DEPEND=" ~dev-qt/qtcore-${PV} freetds? ( dev-db/freetds ) mysql? ( dev-db/mysql-connector-c:= ) - oci8? ( dev-db/oracle-instantclient-basic ) + oci8? ( dev-db/oracle-instantclient:=[sdk] ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 )