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 5452A138350 for ; Fri, 7 Feb 2020 00:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79041E0869; Fri, 7 Feb 2020 00:28:24 +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 602C6E0869 for ; Fri, 7 Feb 2020 00:28:24 +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 324A534E833 for ; Fri, 7 Feb 2020 00:28:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C05D10C for ; Fri, 7 Feb 2020 00:28:21 +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: <1581035282.64285aa9aa51ff8b5e42aae0644491544a88d9a1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-3.1.0-r1.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 64285aa9aa51ff8b5e42aae0644491544a88d9a1 X-VCS-Branch: master Date: Fri, 7 Feb 2020 00:28:21 +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: 81e76ed5-712f-4af9-898f-e33f0cce9876 X-Archives-Hash: 4be6883f770bd2b8e0f8faf7cbfe1ab9 commit: 64285aa9aa51ff8b5e42aae0644491544a88d9a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 7 00:28:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 7 00:28:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64285aa9 www-client/falkon: Disable BUILD_KEYRING It is gone in git master, we won't handle it here anymore. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-3.1.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild index c9d68b12622..687be8779fb 100644 --- a/www-client/falkon/falkon-3.1.0-r1.ebuild +++ b/www-client/falkon/falkon-3.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,6 +70,7 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( + -DBUILD_KEYRING=OFF -DCMAKE_DISABLE_FIND_PACKAGE_PySide2=ON -DCMAKE_DISABLE_FIND_PACKAGE_Shiboken2=ON -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON