From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B494F13835A for ; Tue, 26 May 2020 14:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A76E0923; Tue, 26 May 2020 14:53:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBDCDE0923 for ; Tue, 26 May 2020 14:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64ED634EE50 for ; Tue, 26 May 2020 14:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 572A326E for ; Tue, 26 May 2020 14:53:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590503547.9f876ab0e2981e7bf0203936cf2202f225ff325a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f876ab0e2981e7bf0203936cf2202f225ff325a X-VCS-Branch: master Date: Tue, 26 May 2020 14:53:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b8866ca-5cec-47e8-a0e4-2548ce72654d X-Archives-Hash: edc1ad9b44db1ba4fadf6b3c4675968b commit: 9f876ab0e2981e7bf0203936cf2202f225ff325a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 9 08:30:31 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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)