summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 19:05:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 19:05:23 +0200
commit942add8d8657081a70dbb1754d38bdf684738421 (patch)
tree7b33ade7234837f9bdf8149f59dacb58bb938695
parente099299e87fa16954ad66ecfad2fac1c6e0e3425 (diff)
downloadkde-942add8d8657081a70dbb1754d38bdf684738421.tar.gz
kde-942add8d8657081a70dbb1754d38bdf684738421.tar.bz2
kde-942add8d8657081a70dbb1754d38bdf684738421.zip
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@Apache.Org> Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--www-client/falkon/falkon-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
index d125c17875c..f55465119ad 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.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)
@@ -62,7 +60,6 @@ RDEPEND="${COMMON_DEPEND}
src_configure() {
local mycmakeargs=(
-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)