commit:     0161c85edd72a54541620da4664fbba2ff4963d5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 19:07:21 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 19:09:47 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0161c85e

Revert "qt5-build.eclass: disable qpa platform guard"

It is no longer needed since 23d6d9814942a394b680d732c530a20a44731a70.

It was being triggered due to -no-mirclient no longer being passed due to
6283242f80ac9455e090c1fa31d4c4eb4ed79edc.

This reverts commit cd3745d29928f32a1ac06c05e592faf94a88826a.

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

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 1344a01..94ea689 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -601,7 +601,7 @@ qt5_base_configure() {
 
                # disable all platform plugins by default, override in qtgui
                -no-xcb -no-eglfs -no-kms -no-directfb -no-linuxfb
-               $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient 
-no-qpa-platform-guard)
+               $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient)
 
                # disable undocumented X11-related flags, override in qtgui
                # (not shown in ./configure -help output)

Reply via email to