Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:qtbase59 commit in: dev-qt/qtgui/
Date: Mon, 07 Aug 2017 13:25:59
Message-Id: 1502112282.d9aee611cf28243196db8545325640079ed020d7.kensington@gentoo
1 commit: d9aee611cf28243196db8545325640079ed020d7
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 7 13:24:42 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 13:24:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d9aee611
7
8 dev-qt/qtgui: create a forwarding header
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-qt/qtgui/qtgui-5.9.1.ebuild | 4 ++++
13 dev-qt/qtgui/qtgui-5.9.9999.ebuild | 4 ++++
14 dev-qt/qtgui/qtgui-5.9999.ebuild | 4 ++++
15 3 files changed, 12 insertions(+)
16
17 diff --git a/dev-qt/qtgui/qtgui-5.9.1.ebuild b/dev-qt/qtgui/qtgui-5.9.1.ebuild
18 index 3af03f98..8ba5b8e6 100644
19 --- a/dev-qt/qtgui/qtgui-5.9.1.ebuild
20 +++ b/dev-qt/qtgui/qtgui-5.9.1.ebuild
21 @@ -163,4 +163,8 @@ src_configure() {
22 $(usex xcb '-xcb-xlib -xinput2 -xkb' '')
23 )
24 qt5-build_src_configure
25 +
26 + # a forwarding header is no longer created since 5.8, causing the system
27 + # config to always be used. bug 599636
28 + cp src/corelib/global/qconfig.h include/QtCore/ || die
29 }
30
31 diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
32 index 53aa133b..c3e9cf1c 100644
33 --- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
34 +++ b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
35 @@ -161,4 +161,8 @@ src_configure() {
36 $(usex xcb '-xcb-xlib -xinput2 -xkb' '')
37 )
38 qt5-build_src_configure
39 +
40 + # a forwarding header is no longer created since 5.8, causing the system
41 + # config to always be used. bug 599636
42 + cp src/corelib/global/qconfig.h include/QtCore/ || die
43 }
44
45 diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
46 index 53aa133b..c3e9cf1c 100644
47 --- a/dev-qt/qtgui/qtgui-5.9999.ebuild
48 +++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
49 @@ -161,4 +161,8 @@ src_configure() {
50 $(usex xcb '-xcb-xlib -xinput2 -xkb' '')
51 )
52 qt5-build_src_configure
53 +
54 + # a forwarding header is no longer created since 5.8, causing the system
55 + # config to always be used. bug 599636
56 + cp src/corelib/global/qconfig.h include/QtCore/ || die
57 }