From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-934719-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3509139696 for <garchives@archives.gentoo.org>; Sat, 25 Feb 2017 19:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB45FE0D12; Sat, 25 Feb 2017 19:42:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1046E0D12 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 19:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8021F34112A for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 19:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDFCD546F for <gentoo-commits@lists.gentoo.org>; Sat, 25 Feb 2017 19:42:37 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1488051742.befae0b3bf63dc389b8d2de7601feb43e272e6f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qupzilla/metadata.xml www-client/qupzilla/qupzilla-2.0.2.ebuild X-VCS-Directories: www-client/qupzilla/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: befae0b3bf63dc389b8d2de7601feb43e272e6f6 X-VCS-Branch: master Date: Sat, 25 Feb 2017 19:42:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c9c0b6f-e312-4360-a3ad-35b6eeb741dd X-Archives-Hash: 37db565bd5ecb08fa6363dbe875e6b93 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