commit: 5f78ff6f11d682dc7dd983b6420bc36a82139bf2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 00:15:09 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 00:24:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f78ff6f
www-client/falkon: Rename USE kwallet -> kde, add new DEPEND Upstream commit 933dadc6b2e80c6b3bc22c2bc7f63a7598f7afc3 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/falkon/falkon-9999.ebuild | 10 +++++++--- www-client/falkon/metadata.xml | 3 --- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index ddbeac9e7b..f59475d55d 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.qupzilla.com/" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dbus gnome-keyring kwallet libressl +X" +IUSE="dbus gnome-keyring kde libressl +X" COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') @@ -26,7 +26,10 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) dbus? ( $(add_qt_dep qtdbus) ) gnome-keyring? ( gnome-base/gnome-keyring ) - kwallet? ( $(add_frameworks_dep kwallet) ) + kde? ( + $(add_frameworks_dep kio) + $(add_frameworks_dep kwallet) + ) libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:0= ) X? ( @@ -48,7 +51,8 @@ src_configure() { local mycmakeargs=( -DDISABLE_DBUS=$(usex !dbus) -DBUILD_KEYRING=$(usex gnome-keyring) - $(cmake-utils_use_find_package kwallet KF5Wallet) + $(cmake-utils_use_find_package kde KF5Wallet) + $(cmake-utils_use_find_package kde KF5KIO) -DNO_X11=$(usex !X) ) kde5_src_configure diff --git a/www-client/falkon/metadata.xml b/www-client/falkon/metadata.xml index 007c58ff2b..17237689dc 100644 --- a/www-client/falkon/metadata.xml +++ b/www-client/falkon/metadata.xml @@ -5,7 +5,4 @@ <email>[email protected]</email> <name>Gentoo Qt Project</name> </maintainer> - <use> - <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag> - </use> </pkgmetadata>
