commit: befae0b3bf63dc389b8d2de7601feb43e272e6f6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 10:46:22 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:42:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befae0b3
www-client/qupzilla: Rename USE=kde -> kwallet
Gentoo-bug: 606958
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/qupzilla/metadata.xml | 1 +
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 5a3b2175f2..dca7149914 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 7fd7c31c92..f7bb0b0238 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