commit: d9aee611cf28243196db8545325640079ed020d7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 13:24:42 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 13:24:42 2017 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d9aee611
dev-qt/qtgui: create a forwarding header
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-qt/qtgui/qtgui-5.9.1.ebuild | 4 ++++
dev-qt/qtgui/qtgui-5.9.9999.ebuild | 4 ++++
dev-qt/qtgui/qtgui-5.9999.ebuild | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/dev-qt/qtgui/qtgui-5.9.1.ebuild b/dev-qt/qtgui/qtgui-5.9.1.ebuild
index 3af03f98..8ba5b8e6 100644
--- a/dev-qt/qtgui/qtgui-5.9.1.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.1.ebuild
@@ -163,4 +163,8 @@ src_configure() {
$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
)
qt5-build_src_configure
+
+ # a forwarding header is no longer created since 5.8, causing the system
+ # config to always be used. bug 599636
+ cp src/corelib/global/qconfig.h include/QtCore/ || die
}
diff --git a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
)
qt5-build_src_configure
+
+ # a forwarding header is no longer created since 5.8, causing the system
+ # config to always be used. bug 599636
+ cp src/corelib/global/qconfig.h include/QtCore/ || die
}
diff --git a/dev-qt/qtgui/qtgui-5.9999.ebuild b/dev-qt/qtgui/qtgui-5.9999.ebuild
index 53aa133b..c3e9cf1c 100644
--- a/dev-qt/qtgui/qtgui-5.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.9999.ebuild
@@ -161,4 +161,8 @@ src_configure() {
$(usex xcb '-xcb-xlib -xinput2 -xkb' '')
)
qt5-build_src_configure
+
+ # a forwarding header is no longer created since 5.8, causing the system
+ # config to always be used. bug 599636
+ cp src/corelib/global/qconfig.h include/QtCore/ || die
}