summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Lin <jeffrey@icurse.nl>2019-08-03 13:51:50 -0400
committerMatthew Thode <prometheanfire@gentoo.org>2019-08-08 17:30:29 -0500
commit368852274f8c35d51095bdb04ef4590d9cb7894c (patch)
treeb49d2b79c1f056b905e351d1e8925c9b83cea853 /media-sound/spotify
parentapp-admin/ansible: 2.8.2 stable amd64 and x86 with cleanup (diff)
downloadgentoo-368852274f8c35d51095bdb04ef4590d9cb7894c.tar.gz
gentoo-368852274f8c35d51095bdb04ef4590d9cb7894c.tar.bz2
gentoo-368852274f8c35d51095bdb04ef4590d9cb7894c.zip
media-sound/spotify: remove zenity from deps
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r--media-sound/spotify/spotify-1.1.10-r1.ebuild (renamed from media-sound/spotify/spotify-1.1.10.ebuild)4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-sound/spotify/spotify-1.1.10.ebuild b/media-sound/spotify/spotify-1.1.10-r1.ebuild
index 77cf183a980e..ccbd69969944 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."