Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Fri, 07 Feb 2020 00:28:25
Message-Id: 1581035282.64285aa9aa51ff8b5e42aae0644491544a88d9a1.asturm@gentoo
1 commit: 64285aa9aa51ff8b5e42aae0644491544a88d9a1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 00:28:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 00:28:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64285aa9
7
8 www-client/falkon: Disable BUILD_KEYRING
9
10 It is gone in git master, we won't handle it here anymore.
11
12 Package-Manager: Portage-2.3.87, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 www-client/falkon/falkon-3.1.0-r1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild
19 index c9d68b12622..687be8779fb 100644
20 --- a/www-client/falkon/falkon-3.1.0-r1.ebuild
21 +++ b/www-client/falkon/falkon-3.1.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -70,6 +70,7 @@ RESTRICT+=" test"
29
30 src_configure() {
31 local mycmakeargs=(
32 + -DBUILD_KEYRING=OFF
33 -DCMAKE_DISABLE_FIND_PACKAGE_PySide2=ON
34 -DCMAKE_DISABLE_FIND_PACKAGE_Shiboken2=ON
35 -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON