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 77D92138350 for ; Thu, 9 Apr 2020 21:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4C72E0903; Thu, 9 Apr 2020 21:37:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ABBE9E08FC for ; Thu, 9 Apr 2020 21:37:20 +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 18FBB34F049 for ; Thu, 9 Apr 2020 21:37:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25AAF1DC for ; Thu, 9 Apr 2020 21:37:16 +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: <1586468187.8c4c99c3bfb908a0ecd63da0daf82f583197dee3.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: 8c4c99c3bfb908a0ecd63da0daf82f583197dee3 X-VCS-Branch: master Date: Thu, 9 Apr 2020 21:37:16 +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: e15dacb7-4cc7-4f58-931d-9548e529f613 X-Archives-Hash: 22ede1a51424791cfda1c89c1a6a0499 commit: 8c4c99c3bfb908a0ecd63da0daf82f583197dee3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 9 11:53:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 9 21:36:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4c99c3 qt5-build.eclass: Add missing -no-feature-gssapi switch Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 70e9be80c98..b5d0b6428d9 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -564,6 +564,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-xcb-xlib # bug 672340