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 B40D2138334 for ; Sat, 27 Apr 2019 18:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76DCEE08AC; Sat, 27 Apr 2019 18:27:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5EE34E08AC for ; Sat, 27 Apr 2019 18:27:49 +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 0BB24342A42 for ; Sat, 27 Apr 2019 18:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7895A5 for ; Sat, 27 Apr 2019 18:27:45 +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: <1556384723.942add8d8657081a70dbb1754d38bdf684738421.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 X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 942add8d8657081a70dbb1754d38bdf684738421 X-VCS-Branch: master Date: Sat, 27 Apr 2019 18:27:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 937e49e1-137c-4bc4-a1b9-266a6ec2cae4 X-Archives-Hash: ef1e15dfa4f94a76c05a4cd76a066a28 commit: 942add8d8657081a70dbb1754d38bdf684738421 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 17:05:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 17:05:23 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=942add8d www-client/falkon: Drop USE gnome-keyring Well, that was short-lived: "Modern distributions no longer have the deprecated library in repos." Upstream commit b9fb89a31ca6966412a60a30f4080949839aa839 Reported-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index d125c17875..f55465119a 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -17,10 +17,9 @@ HOMEPAGE="https://www.falkon.org/" LICENSE="GPL-3" SLOT="0" -IUSE="dbus gnome-keyring kde libressl +X" +IUSE="dbus kde libressl +X" # drop qtwebengine subslot operator when QT_MINIMAL >= 5.12.0 -BDEPEND="gnome-keyring? ( virtual/pkgconfig )" COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') $(add_qt_dep qtgui) @@ -32,7 +31,6 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) virtual/libintl dbus? ( $(add_qt_dep qtdbus) ) - gnome-keyring? ( gnome-base/libgnome-keyring ) kde? ( $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) @@ -62,7 +60,6 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( -DDISABLE_DBUS=$(usex !dbus) - -DBUILD_KEYRING=$(usex gnome-keyring) $(cmake-utils_use_find_package kde KF5Wallet) $(cmake-utils_use_find_package kde KF5KIO) -DNO_X11=$(usex !X)