commit: 3da68e799a7662ea40057549a3875a4b4a20b465 Author: brettalcox <brettalcox <AT> gmail <DOT> com> AuthorDate: Sun Dec 15 20:39:28 2024 +0000 Commit: Brett Alcox <brettalcox <AT> gmail <DOT> com> CommitDate: Sun Dec 15 20:39:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3da68e79
fixing live ebuild Signed-off-by: brettalcox <brettalcox <AT> gmail.com> media-sound/spotify-player/spotify-player-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/spotify-player/spotify-player-9999.ebuild b/media-sound/spotify-player/spotify-player-9999.ebuild index d365f53df..1225cf0d3 100644 --- a/media-sound/spotify-player/spotify-player-9999.ebuild +++ b/media-sound/spotify-player/spotify-player-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/aome510/spotify-player.git" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC LGPL-3 LGPL-3+ MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -IUSE="daemon image +libnotify lyrics +media-control pulseaudio sixel +streaming" +IUSE="daemon image +libnotify +media-control pulseaudio sixel +streaming" REQUIRED_USE=" sixel? ( image ) daemon? ( streaming ) @@ -37,7 +37,6 @@ src_configure() { "$(usex daemon daemon '')" "$(usex image image '')" "$(usex libnotify notify '')" - "$(usex lyrics lyric-finder '')" "$(usex media-control media-control '')" "$(usex pulseaudio pulseaudio-backend alsa-backend)" "$(usex sixel sixel '')"
