commit:     6e678cb2cc5166d7a988c172bcdc84848cfce938
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 20:35:35 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 09:24:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e678cb2

qt5-build.eclass: Drop obsolete Qt 5.12.0 quirk

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt5-build.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index d0a73287222..2f1e6e684ec 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

Reply via email to