Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Sat, 27 Apr 2019 20:51:57
Message-Id: 1556398300.4588e9cc16187e8e4a4832c1d66e846cf4fefa80.asturm@gentoo
1 commit: 4588e9cc16187e8e4a4832c1d66e846cf4fefa80
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 17:05:05 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 20:51:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4588e9cc
7
8 www-client/falkon: Drop USE gnome-keyring
9
10 Well, that was short-lived:
11 "Modern distributions no longer have the deprecated library in repos."
12
13 Upstream commit b9fb89a31ca6966412a60a30f4080949839aa839
14
15 Reported-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
16 Package-Manager: Portage-2.3.65, Repoman-2.3.12
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 www-client/falkon/falkon-3.1.0.ebuild | 5 +----
20 1 file changed, 1 insertion(+), 4 deletions(-)
21
22 diff --git a/www-client/falkon/falkon-3.1.0.ebuild b/www-client/falkon/falkon-3.1.0.ebuild
23 index 7de143001d2..5b109200aa5 100644
24 --- a/www-client/falkon/falkon-3.1.0.ebuild
25 +++ b/www-client/falkon/falkon-3.1.0.ebuild
26 @@ -17,10 +17,9 @@ HOMEPAGE="https://www.falkon.org/"
27
28 LICENSE="GPL-3"
29 SLOT="0"
30 -IUSE="dbus gnome-keyring kde libressl +X"
31 +IUSE="dbus kde libressl +X"
32
33 # drop qtwebengine subslot operator when QT_MINIMAL >= 5.12.0
34 -BDEPEND="gnome-keyring? ( virtual/pkgconfig )"
35 COMMON_DEPEND="
36 $(add_qt_dep qtdeclarative 'widgets')
37 $(add_qt_dep qtgui)
38 @@ -32,7 +31,6 @@ COMMON_DEPEND="
39 $(add_qt_dep qtwidgets)
40 virtual/libintl
41 dbus? ( $(add_qt_dep qtdbus) )
42 - gnome-keyring? ( gnome-base/libgnome-keyring )
43 kde? (
44 $(add_frameworks_dep kcoreaddons)
45 $(add_frameworks_dep kcrash)
46 @@ -73,7 +71,6 @@ src_configure() {
47 -DCMAKE_DISABLE_FIND_PACKAGE_Shiboken2=ON
48 -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
49 -DDISABLE_DBUS=$(usex !dbus)
50 - -DBUILD_KEYRING=$(usex gnome-keyring)
51 $(cmake-utils_use_find_package kde KF5Wallet)
52 $(cmake-utils_use_find_package kde KF5KIO)
53 -DNO_X11=$(usex !X)