diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-05 21:35:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-01 10:24:37 +0100 |
commit | 6e678cb2cc5166d7a988c172bcdc84848cfce938 (patch) | |
tree | 840c4e402352c0fa2b80ee88233e01ecf1a76a78 /eclass | |
parent | dev-ruby/msgpack: cleanup (diff) | |
download | gentoo-6e678cb2cc5166d7a988c172bcdc84848cfce938.tar.gz gentoo-6e678cb2cc5166d7a988c172bcdc84848cfce938.tar.bz2 gentoo-6e678cb2cc5166d7a988c172bcdc84848cfce938.zip |
qt5-build.eclass: Drop obsolete Qt 5.12.0 quirk
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index d0a73287222e..2f1e6e684ecf 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 |