diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-25 11:46:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-25 20:42:22 +0100 |
commit | befae0b3bf63dc389b8d2de7601feb43e272e6f6 (patch) | |
tree | 1cb5c48352932862a44ea1cbe5ebcd50366af64c /www-client | |
parent | app-crypt/zuluCrypt: Rename USE=gui -> qt5, kde -> kwallet (diff) | |
download | gentoo-befae0b3bf63dc389b8d2de7601feb43e272e6f6.tar.gz gentoo-befae0b3bf63dc389b8d2de7601feb43e272e6f6.tar.bz2 gentoo-befae0b3bf63dc389b8d2de7601feb43e272e6f6.zip |
www-client/qupzilla: Rename USE=kde -> kwallet
Gentoo-bug: 606958
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/qupzilla/metadata.xml | 1 | ||||
-rw-r--r-- | www-client/qupzilla/qupzilla-2.0.2.ebuild | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml index 5a3b2175f2dc..dca7149914ff 100644 --- a/www-client/qupzilla/metadata.xml +++ b/www-client/qupzilla/metadata.xml @@ -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. diff --git a/www-client/qupzilla/qupzilla-2.0.2.ebuild b/www-client/qupzilla/qupzilla-2.0.2.ebuild index 7fd7c31c9235..f7bb0b0238df 100644 --- a/www-client/qupzilla/qupzilla-2.0.2.ebuild +++ b/www-client/qupzilla/qupzilla-2.0.2.ebuild @@ -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 |