www-client/qupzilla: Rename USE=kde -> kwallet
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 Feb 2017 10:46:22 +0000 (11:46 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 Feb 2017 19:42:22 +0000 (20:42 +0100)
Gentoo-bug: 606958

Package-Manager: Portage-2.3.3, Repoman-2.3.1

www-client/qupzilla/metadata.xml
www-client/qupzilla/qupzilla-2.0.2.ebuild

index 5a3b2175f2dce258c75ae83eba1f6567828203b5..dca7149914ffce67fa2f099d07fbb40403b570c2 100644 (file)
@@ -6,6 +6,7 @@
                <name>Gentoo Qt Project</name>
        </maintainer>
        <use>
+               <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
                <flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
                        shown inside the page, not blocking the application window. When closing
                         browser windows with open dialogs, this can crash the application.
index 7fd7c31c923523de5f138eca71cb76d63e892bf5..f7bb0b0238dfc57d9fe3186d0b56f2736ea388ec 100644 (file)
@@ -25,7 +25,7 @@ SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
+IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
 
 RDEPEND="
        >=dev-qt/qtconcurrent-5.6:5
@@ -42,7 +42,7 @@ RDEPEND="
        x11-libs/libxcb:=
        dbus? ( >=dev-qt/qtdbus-5.6:5 )
        gnome-keyring? ( gnome-base/gnome-keyring )
-       kde? ( kde-frameworks/kwallet:5 )
+       kwallet? ( kde-frameworks/kwallet:5 )
        libressl? ( dev-libs/libressl:= )
        !libressl? ( dev-libs/openssl:0 )
 "
@@ -81,7 +81,7 @@ src_configure() {
                DEBUG_BUILD=$(usex debug true '') \
                DISABLE_DBUS=$(usex dbus '' true) \
                GNOME_INTEGRATION=$(usex gnome-keyring true '') \
-               KDE_INTEGRATION=$(usex kde true '') \
+               KDE_INTEGRATION=$(usex kwallet true '') \
                NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
 
        eqmake5