commit:     9f876ab0e2981e7bf0203936cf2202f225ff325a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 08:30:31 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 26 14:32:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f876ab0

qt5-build.eclass: Drop pre-Qt 5.14 quirks

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 d82f3d253e2..cd2e19b0aa6 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -568,7 +568,7 @@ qt5_base_configure() {
                -no-libpng -no-libjpeg
                -no-freetype -no-harfbuzz
                -no-openssl -no-libproxy
-               $([[ ${QT5_MINOR_VERSION} -ge 14 ]] && echo -no-feature-gssapi)
+               -no-feature-gssapi
                -no-xcb-xlib
 
                # bug 672340
@@ -618,7 +618,6 @@ qt5_base_configure() {
 
                # disable all platform plugins by default, override in qtgui
                -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb
-               $([[ ${QT5_MINOR_VERSION} -lt 14 ]] && echo -no-mirclient)
 
                # disable undocumented X11-related flags, override in qtgui
                # (not shown in ./configure -help output)

Reply via email to