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 8105D138336 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 2BC24E0AC5; 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 DCC7EE0ABA 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 9587F335D0D 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 5649D4E7 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: <1546906539.2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e.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: 2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e 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: 7ec2367d-dad9-4e6b-978c-0ee237302352 X-Archives-Hash: 2df278c914127fd4dc5a9cf19c0c5b27 commit: 2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e Author: Davide Pesavento gentoo org> AuthorDate: Tue Jan 8 00:15:39 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jan 8 00:15:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2dabddfc dev-qt/qtsql: stop using deprecated virtual 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 | 3 +-- dev-qt/qtsql/qtsql-5.12.9999.ebuild | 3 +-- dev-qt/qtsql/qtsql-5.9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild index d5f86389..ba13844c 100644 --- a/dev-qt/qtsql/qtsql-5.12.0.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.0.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") diff --git a/dev-qt/qtsql/qtsql-5.12.9999.ebuild b/dev-qt/qtsql/qtsql-5.12.9999.ebuild index d5f86389..ba13844c 100644 --- a/dev-qt/qtsql/qtsql-5.12.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.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") 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")