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 BDAAD138350 for ; Thu, 9 Apr 2020 17:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A93E090F; Thu, 9 Apr 2020 17:32:50 +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 C0C84E090F for ; Thu, 9 Apr 2020 17:32:50 +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 6442E34F08E for ; Thu, 9 Apr 2020 17:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C480D1C1 for ; Thu, 9 Apr 2020 17:32:47 +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: <1586435784.90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2.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: 90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2 X-VCS-Branch: master Date: Thu, 9 Apr 2020 17:32:47 +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: e488de32-6963-4d9b-9a7d-2d7a0f861fbf X-Archives-Hash: 21cc488ab6507283aebf783fa2a1c05e commit: 90c316e10a5f0e7aff9b7f4fa2bc01e9b97331e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 9 11:53:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 9 12:36:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=90c316e1 qt5-build.eclass: Add missing -no-feature-gssapi switch Upstream commit 1a8f4a3c8fa30265e7f184373c738dbc3574663a Bug: https://bugs.gentoo.org/716754 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 70e9be80..b5d0b642 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