commit: 279eba4c06c5d7e04b1c1589a0dea7ee7f38b692 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri May 1 17:43:56 2020 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri May 1 17:57:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279eba4c
media-sound/xnoise: Migrate to 'appindicator' USE Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-sound/xnoise/xnoise-0.2.21.ebuild | 8 ++++---- 1 file 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 facda46f48f..b91eefbc539 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) \
