Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission-remote-gtk/
Date: Tue, 31 May 2022 04:50:10
Message-Id: 1653972599.d3ab52a39354e84bcab93f3f57855e7db795216a.floppym@gentoo
1 commit: d3ab52a39354e84bcab93f3f57855e7db795216a
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Mar 20 23:18:28 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 04:49:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ab52a3
7
8 net-p2p/transmission-remote-gtk: Rename USE=ayatana to appindicator
9
10 Closes: https://bugs.gentoo.org/724634
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 .../transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
18 index 75cb7a97c1a9..ee61ccb864e8 100644
19 --- a/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
20 +++ b/net-p2p/transmission-remote-gtk/transmission-remote-gtk-1.4.1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
22 LICENSE="GPL-2+"
23 SLOT="0"
24 KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 -IUSE="ayatana debug geoip libnotify libproxy rss"
26 +IUSE="appindicator debug geoip libnotify libproxy rss"
27
28 # RESTRICT="test"
29
30 @@ -22,7 +22,7 @@ RDEPEND="
31 >=dev-libs/json-glib-0.12.6
32 net-misc/curl
33 >=x11-libs/gtk+-3.16:3
34 - ayatana? ( dev-libs/libappindicator:3 )
35 + appindicator? ( dev-libs/libappindicator:3 )
36 geoip? ( dev-libs/geoip )
37 libnotify? ( >=x11-libs/libnotify-0.7 )
38 libproxy? ( net-libs/libproxy )
39 @@ -45,7 +45,7 @@ src_configure() {
40 $(use_with geoip libgeoip) \
41 $(use_with libnotify) \
42 $(use_with libproxy) \
43 - $(use_with ayatana libappindicator) \
44 + $(use_with appindicator libappindicator) \
45 $(use_with rss libmrss) \
46 APPSTREAM_UTIL="$(type -P true)"
47 }