Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/
Date: Tue, 08 Jan 2019 01:31:35
Message-Id: 1546908482.5ecb95fc789370b10bcee04ba4b3fdccd2fad189.pesa@gentoo
1 commit: 5ecb95fc789370b10bcee04ba4b3fdccd2fad189
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 00:48:02 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 00:48:02 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5ecb95fc
7
8 dev-qt/qtsql: upstream learned to use pkg-config
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-qt/qtsql/qtsql-5.12.0.ebuild | 1 -
14 dev-qt/qtsql/qtsql-5.12.9999.ebuild | 1 -
15 dev-qt/qtsql/qtsql-5.9999.ebuild | 1 -
16 3 files changed, 3 deletions(-)
17
18 diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild
19 index ba13844c..e46b3da3 100644
20 --- a/dev-qt/qtsql/qtsql-5.12.0.ebuild
21 +++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild
22 @@ -50,7 +50,6 @@ src_configure() {
23 )
24
25 use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)")
26 - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
27
28 qt5-build_src_configure
29 }
30
31 diff --git a/dev-qt/qtsql/qtsql-5.12.9999.ebuild b/dev-qt/qtsql/qtsql-5.12.9999.ebuild
32 index ba13844c..e46b3da3 100644
33 --- a/dev-qt/qtsql/qtsql-5.12.9999.ebuild
34 +++ b/dev-qt/qtsql/qtsql-5.12.9999.ebuild
35 @@ -50,7 +50,6 @@ src_configure() {
36 )
37
38 use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)")
39 - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
40
41 qt5-build_src_configure
42 }
43
44 diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild
45 index ba13844c..e46b3da3 100644
46 --- a/dev-qt/qtsql/qtsql-5.9999.ebuild
47 +++ b/dev-qt/qtsql/qtsql-5.9999.ebuild
48 @@ -50,7 +50,6 @@ src_configure() {
49 )
50
51 use oci8 && myconf+=("-I${ORACLE_HOME}/include" "-L${ORACLE_HOME}/$(get_libdir)")
52 - use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
53
54 qt5-build_src_configure
55 }