From 279eba4c06c5d7e04b1c1589a0dea7ee7f38b692 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 1 May 2020 19:43:56 +0200 Subject: [PATCH] media-sound/xnoise: Migrate to 'appindicator' USE Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos --- 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 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) \ -- 2.26.2