diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-07 01:28:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-07 01:28:02 +0100 |
commit | 64285aa9aa51ff8b5e42aae0644491544a88d9a1 (patch) | |
tree | 2971d818a3c4ce7c6aa2922af88eedaa366684ad /www-client/falkon | |
parent | kde-apps/kdeedu-data: Add missing cmake.eclass (diff) | |
download | gentoo-64285aa9aa51ff8b5e42aae0644491544a88d9a1.tar.gz gentoo-64285aa9aa51ff8b5e42aae0644491544a88d9a1.tar.bz2 gentoo-64285aa9aa51ff8b5e42aae0644491544a88d9a1.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'www-client/falkon')
-rw-r--r-- | www-client/falkon/falkon-3.1.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/falkon/falkon-3.1.0-r1.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild index c9d68b12622e..687be8779fbe 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 |