Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
Date: Fri, 01 May 2020 17:57:42
Message-Id: 1588355850.279eba4c06c5d7e04b1c1589a0dea7ee7f38b692.pacho@gentoo
1 commit: 279eba4c06c5d7e04b1c1589a0dea7ee7f38b692
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 17:43:56 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 17:57:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279eba4c
7
8 media-sound/xnoise: Migrate to 'appindicator' USE
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-sound/xnoise/xnoise-0.2.21.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild
17 index facda46f48f..b91eefbc539 100644
18 --- a/media-sound/xnoise/xnoise-0.2.21.ebuild
19 +++ b/media-sound/xnoise/xnoise-0.2.21.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 x86"
30 -IUSE="ayatana +lastfm +lyrics"
31 +IUSE="appindicator +lastfm +lyrics"
32
33 RDEPEND="
34 dev-db/sqlite:3=
35 @@ -25,7 +25,7 @@ RDEPEND="
36 x11-libs/cairo:=
37 x11-libs/gtk+:3
38 x11-libs/libX11
39 - ayatana? ( dev-libs/libappindicator:3= )
40 + appindicator? ( dev-libs/libappindicator:3= )
41 lastfm? ( net-libs/libsoup:2.4= )
42 lyrics? (
43 net-libs/libsoup:2.4=
44 @@ -45,7 +45,7 @@ src_configure() {
45 --enable-mediakeys \
46 --enable-mpris \
47 --enable-soundmenu2 \
48 - $(use_enable ayatana appindicator) \
49 + $(use_enable appindicator) \
50 $(use_enable lastfm) \
51 $(use_enable lyrics lyricwiki) \
52 $(use_enable lyrics chartlyrics) \