aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-05 21:35:35 +0100
commit348bed77a2b8f81160a79992888d4374559db530 (patch)
tree6764626b27c390904971ca65c728d0f1a548d93a
parentdev-qt/qt-docs: 5.12.1_p201901300533 version bump (diff)
downloadqt-348bed77.tar.gz
qt-348bed77.tar.bz2
qt-348bed77.zip
qt5-build.eclass: Drop obsolete Qt 5.12.0 quirk
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/qt5-build.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index d0a73287..2f1e6e68 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -574,8 +574,7 @@ qt5_base_configure() {
-no-openssl -no-libproxy
-no-xcb-xlib
$([[ ${QT5_MINOR_VERSION} -lt 12 ]] && echo -no-xinput2 -no-xkbcommon-x11 -no-xkbcommon-evdev)
- $([[ ${PV} = 5.12.0* ]] && echo -no-xcb-xinput -no-xkbcommon-x11 -no-xkbcommon-evdev) # bug 672340
- $([[ ${QT5_MINOR_VERSION} -ge 12 && ${PV} != 5.12.0* ]] && echo -no-xcb-xinput -no-xkbcommon) # bug 672340
+ $([[ ${QT5_MINOR_VERSION} -ge 12 ]] && echo -no-xcb-xinput -no-xkbcommon) # bug 672340
# cannot use -no-gif because there is no way to override it later
#-no-gif