commit:     4588e9cc16187e8e4a4832c1d66e846cf4fefa80
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 17:05:05 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 20:51:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4588e9cc

www-client/falkon: Drop USE gnome-keyring

Well, that was short-lived:
"Modern distributions no longer have the deprecated library in repos."

Upstream commit b9fb89a31ca6966412a60a30f4080949839aa839

Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 www-client/falkon/falkon-3.1.0.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/falkon/falkon-3.1.0.ebuild 
b/www-client/falkon/falkon-3.1.0.ebuild
index 7de143001d2..5b109200aa5 100644
--- a/www-client/falkon/falkon-3.1.0.ebuild
+++ b/www-client/falkon/falkon-3.1.0.ebuild
@@ -17,10 +17,9 @@ HOMEPAGE="https://www.falkon.org/";
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="dbus gnome-keyring kde libressl +X"
+IUSE="dbus kde libressl +X"
 
 # drop qtwebengine subslot operator when QT_MINIMAL >= 5.12.0
-BDEPEND="gnome-keyring? ( virtual/pkgconfig )"
 COMMON_DEPEND="
        $(add_qt_dep qtdeclarative 'widgets')
        $(add_qt_dep qtgui)
@@ -32,7 +31,6 @@ COMMON_DEPEND="
        $(add_qt_dep qtwidgets)
        virtual/libintl
        dbus? ( $(add_qt_dep qtdbus) )
-       gnome-keyring? ( gnome-base/libgnome-keyring )
        kde? (
                $(add_frameworks_dep kcoreaddons)
                $(add_frameworks_dep kcrash)
@@ -73,7 +71,6 @@ src_configure() {
                -DCMAKE_DISABLE_FIND_PACKAGE_Shiboken2=ON
                -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
                -DDISABLE_DBUS=$(usex !dbus)
-               -DBUILD_KEYRING=$(usex gnome-keyring)
                $(cmake-utils_use_find_package kde KF5Wallet)
                $(cmake-utils_use_find_package kde KF5KIO)
                -DNO_X11=$(usex !X)

Reply via email to