commit: 8a1c6289f802b1f98da3934e5f73758a230a066a Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu May 2 17:29:59 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu May 2 17:30:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c6289
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 <AT> gentoo.org> media-sound/spotify/{spotify-1.1.5.ebuild => spotify-1.1.5-r1.ebuild} | 4 ++-- 1 file 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 similarity index 97% rename from media-sound/spotify/spotify-1.1.5.ebuild rename to media-sound/spotify/spotify-1.1.5-r1.ebuild index bc815aaedf5..6bb9251f650 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
