From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 24FE31382C5 for ; Sat, 17 Mar 2018 00:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50368E092F; Sat, 17 Mar 2018 00:27:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CEC1E092F for ; Sat, 17 Mar 2018 00:27:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46F21335C95 for ; Sat, 17 Mar 2018 00:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2AF6239 for ; Sat, 17 Mar 2018 00:27:19 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1521246256.5f78ff6f11d682dc7dd983b6420bc36a82139bf2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild www-client/falkon/metadata.xml X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f78ff6f11d682dc7dd983b6420bc36a82139bf2 X-VCS-Branch: master Date: Sat, 17 Mar 2018 00:27:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d67ae73a-9f67-4427-8ff2-3af77c4db2ed X-Archives-Hash: 2c0ffc556b1ca051a53a1863a243dda4 commit: 5f78ff6f11d682dc7dd983b6420bc36a82139bf2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 17 00:15:09 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 @@ qt@gentoo.org Gentoo Qt Project - - Enable encrypted storage of passwords with kde-frameworks/kwallet -