commit: 368852274f8c35d51095bdb04ef4590d9cb7894c
Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sat Aug 3 17:51:50 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 22:30:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36885227
media-sound/spotify: remove zenity from deps
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
.../spotify/{spotify-1.1.10.ebuild => spotify-1.1.10-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-sound/spotify/spotify-1.1.10.ebuild
b/media-sound/spotify/spotify-1.1.10-r1.ebuild
similarity index 96%
rename from media-sound/spotify/spotify-1.1.10.ebuild
rename to media-sound/spotify/spotify-1.1.10-r1.ebuild
index 77cf183a980..ccbd6996994 100644
--- a/media-sound/spotify/spotify-1.1.10.ebuild
+++ b/media-sound/spotify/spotify-1.1.10-r1.ebuild
@@ -16,13 +16,11 @@ IUSE="libnotify libressl systray pax_kernel"
RESTRICT="mirror strip"
BDEPEND=">=dev-util/patchelf-0.10"
-# zenity needed for filepicker
RDEPEND="
dev-libs/nss
dev-python/dbus-python
dev-python/pygobject:3
gnome-base/gconf
- gnome-extra/zenity
libnotify? ( x11-libs/libnotify )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -92,7 +90,7 @@ src_install() {
pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
eqawarn "You have set USE=pax_kernel meaning that you intend to
run"
- eqawarn "${PN} under a PaX enabled kernel. To do so, we must
modify"
+ eqawarn "${PN} under a PaX enabled kernel. To do so, we
must modify"
eqawarn "the ${PN} binary itself and this *may* lead to
breakage! If"
eqawarn "you suspect that ${PN} is being broken by this
modification,"
eqawarn "please open a bug."