diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:22:01 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:22:01 -0500 |
commit | 5ea9f1ea6f92dc13f94976031a4bc5396de3e41b (patch) | |
tree | 3ef39a2f115cd798dd9876bf10f82af505fc9a14 /media-sound/spotify | |
parent | gnome-extra/gnome-integration-spotify: add 3.10 to python_compat (diff) | |
download | gentoo-5ea9f1ea6f92dc13f94976031a4bc5396de3e41b.tar.gz gentoo-5ea9f1ea6f92dc13f94976031a4bc5396de3e41b.tar.bz2 gentoo-5ea9f1ea6f92dc13f94976031a4bc5396de3e41b.zip |
media-sound/spotify: remove gnome-integration-spotify support
Closes: https://bugs.gentoo.org/845279
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.1.84.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.1.84.ebuild b/media-sound/spotify/spotify-1.1.84.ebuild index 5a5510753d13..c5c1d8074702 100644 --- a/media-sound/spotify/spotify-1.1.84.ebuild +++ b/media-sound/spotify/spotify-1.1.84.ebuild @@ -42,7 +42,9 @@ RDEPEND=" x11-libs/libXtst x11-libs/libSM x11-libs/libICE + !gnome-extra/gnome-integration-spotify " + #gnome-integration-spotify causes spotify to fail to launch #sys-libs/glibc S="${WORKDIR}/" @@ -111,6 +113,5 @@ pkg_postinst() { ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" - optfeature "Gnome specific systray integration" gnome-extra/gnome-integration-spotify optfeature "systray integration on non-Gnome DEs" media-sound/spotify-tray } |