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 A740B138359 for ; Sat, 9 May 2020 08:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B29B7E07A7; Sat, 9 May 2020 08:32:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9D1AEE07A7 for ; Sat, 9 May 2020 08:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 912E934F24D for ; Sat, 9 May 2020 08:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17EBB9C for ; Sat, 9 May 2020 08:32:26 +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: <1589013031.e678fa5c98edce05279017c60d859dba19c38165.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e678fa5c98edce05279017c60d859dba19c38165 X-VCS-Branch: master Date: Sat, 9 May 2020 08:32:26 +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: 318ca6a7-6c32-4452-b411-156694041c0f X-Archives-Hash: 779081a077f692ec90678f71b072d60a commit: e678fa5c98edce05279017c60d859dba19c38165 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 9 08:30:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 9 08:30:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e678fa5c 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 d82f3d25..cd2e19b0 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)