diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-02 12:29:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-02 12:30:19 -0500 |
commit | 8a1c6289f802b1f98da3934e5f73758a230a066a (patch) | |
tree | 00a8aea9a063e88659b8fffdc30c2fe519b8e038 /media-sound/spotify | |
parent | package.mask: Last rite dev-libs/wlc (diff) | |
download | gentoo-8a1c6289f802b1f98da3934e5f73758a230a066a.tar.gz gentoo-8a1c6289f802b1f98da3934e5f73758a230a066a.tar.bz2 gentoo-8a1c6289f802b1f98da3934e5f73758a230a066a.zip |
media-sound/spotify: fix dep on pulseaudio, it or apulse are needed
Fixes: https://bugs.gentoo.org/684922
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.1.5-r1.ebuild (renamed from media-sound/spotify/spotify-1.1.5.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/spotify/spotify-1.1.5.ebuild b/media-sound/spotify/spotify-1.1.5-r1.ebuild index bc815aaedf50..6bb9251f650c 100644 --- a/media-sound/spotify/spotify-1.1.5.ebuild +++ b/media-sound/spotify/spotify-1.1.5-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -31,7 +31,7 @@ RDEPEND=" media-libs/mesa net-misc/curl[ssl] net-print/cups[ssl] - pulseaudio? ( media-sound/pulseaudio ) + || ( media-sound/pulseaudio media-sound/apulse ) systray? ( gnome-extra/gnome-integration-spotify ) x11-libs/gtk+:2 x11-libs/libXScrnSaver |