From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F236F1388BF for ; Thu, 7 Jan 2016 19:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD05FE0852; Thu, 7 Jan 2016 19:10:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D85CE0852 for ; Thu, 7 Jan 2016 19:10:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93CFE3408B8 for ; Thu, 7 Jan 2016 19:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E00219 for ; Thu, 7 Jan 2016 19:10:06 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452193787.0161c85edd72a54541620da4664fbba2ff4963d5.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0161c85edd72a54541620da4664fbba2ff4963d5 X-VCS-Branch: master Date: Thu, 7 Jan 2016 19:10:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef31e818-9532-456b-a6d0-9d356aa0e218 X-Archives-Hash: f51400dd23b5b1b8fdc0021d16bbdd13 commit: 0161c85edd72a54541620da4664fbba2ff4963d5 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 7 19:07:21 2016 +0000 Commit: Michael Palimaka gentoo 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)