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 51265138335 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 1E54BE0ABA; Tue, 8 Jan 2019 01:31:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EAA3AE0ABE for ; Tue, 8 Jan 2019 01:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8C83335D11 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 69CD350C 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: <1546908482.5ecb95fc789370b10bcee04ba4b3fdccd2fad189.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: 5ecb95fc789370b10bcee04ba4b3fdccd2fad189 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: e3c617c1-b645-43b4-a2dd-749c486e66cf X-Archives-Hash: 1f0a41bd175be63c1fd13301b9f2b16e commit: 5ecb95fc789370b10bcee04ba4b3fdccd2fad189 Author: Davide Pesavento gentoo org> AuthorDate: Tue Jan 8 00:48:02 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jan 8 00:48:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5ecb95fc dev-qt/qtsql: upstream learned to use pkg-config 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 | 1 - dev-qt/qtsql/qtsql-5.12.9999.ebuild | 1 - dev-qt/qtsql/qtsql-5.9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild index ba13844c..e46b3da3 100644 --- a/dev-qt/qtsql/qtsql-5.12.0.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild @@ -50,7 +50,6 @@ src_configure() { ) use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)") - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql") qt5-build_src_configure } diff --git a/dev-qt/qtsql/qtsql-5.12.9999.ebuild b/dev-qt/qtsql/qtsql-5.12.9999.ebuild index ba13844c..e46b3da3 100644 --- a/dev-qt/qtsql/qtsql-5.12.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.12.9999.ebuild @@ -50,7 +50,6 @@ src_configure() { ) use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)") - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql") qt5-build_src_configure } diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild index ba13844c..e46b3da3 100644 --- a/dev-qt/qtsql/qtsql-5.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.9999.ebuild @@ -50,7 +50,6 @@ src_configure() { ) use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)") - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql") qt5-build_src_configure }