summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-05-01 19:43:56 +0200
committerPacho Ramos <pacho@gentoo.org>2020-05-01 19:57:30 +0200
commit279eba4c06c5d7e04b1c1589a0dea7ee7f38b692 (patch)
tree3c427adb197e75dfe532e780762d7152fc094cca /media-sound/xnoise/xnoise-0.2.21.ebuild
parentmedia-sound/guayadeque: Migrate to 'appindicator' USE (diff)
downloadgentoo-279eba4c06c5d7e04b1c1589a0dea7ee7f38b692.tar.gz
gentoo-279eba4c06c5d7e04b1c1589a0dea7ee7f38b692.tar.bz2
gentoo-279eba4c06c5d7e04b1c1589a0dea7ee7f38b692.zip
media-sound/xnoise: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound/xnoise/xnoise-0.2.21.ebuild')
-rw-r--r--media-sound/xnoise/xnoise-0.2.21.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild
index facda46f48f5..b91eefbc5398 100644
--- a/media-sound/xnoise/xnoise-0.2.21.ebuild
+++ b/media-sound/xnoise/xnoise-0.2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="ayatana +lastfm +lyrics"
+IUSE="appindicator +lastfm +lyrics"
RDEPEND="
dev-db/sqlite:3=
@@ -25,7 +25,7 @@ RDEPEND="
x11-libs/cairo:=
x11-libs/gtk+:3
x11-libs/libX11
- ayatana? ( dev-libs/libappindicator:3= )
+ appindicator? ( dev-libs/libappindicator:3= )
lastfm? ( net-libs/libsoup:2.4= )
lyrics? (
net-libs/libsoup:2.4=
@@ -45,7 +45,7 @@ src_configure() {
--enable-mediakeys \
--enable-mpris \
--enable-soundmenu2 \
- $(use_enable ayatana appindicator) \
+ $(use_enable appindicator) \
$(use_enable lastfm) \
$(use_enable lyrics lyricwiki) \
$(use_enable lyrics chartlyrics) \