Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Thu, 02 May 2019 17:30:37
Message-Id: 1556818219.8a1c6289f802b1f98da3934e5f73758a230a066a.prometheanfire@gentoo
1 commit: 8a1c6289f802b1f98da3934e5f73758a230a066a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 17:29:59 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 17:30:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c6289
7
8 media-sound/spotify: fix dep on pulseaudio, it or apulse are needed
9
10 Fixes: https://bugs.gentoo.org/684922
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 media-sound/spotify/{spotify-1.1.5.ebuild => spotify-1.1.5-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/spotify/spotify-1.1.5.ebuild b/media-sound/spotify/spotify-1.1.5-r1.ebuild
18 similarity index 97%
19 rename from media-sound/spotify/spotify-1.1.5.ebuild
20 rename to media-sound/spotify/spotify-1.1.5-r1.ebuild
21 index bc815aaedf5..6bb9251f650 100644
22 --- a/media-sound/spotify/spotify-1.1.5.ebuild
23 +++ b/media-sound/spotify/spotify-1.1.5-r1.ebuild
24 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
25 LICENSE="Spotify"
26 SLOT="0"
27 KEYWORDS="~amd64"
28 -IUSE="libnotify systray pax_kernel pulseaudio"
29 +IUSE="libnotify systray pax_kernel"
30 RESTRICT="mirror strip"
31
32 BDEPEND=">=dev-util/patchelf-0.10"
33 @@ -31,7 +31,7 @@ RDEPEND="
34 media-libs/mesa
35 net-misc/curl[ssl]
36 net-print/cups[ssl]
37 - pulseaudio? ( media-sound/pulseaudio )
38 + || ( media-sound/pulseaudio media-sound/apulse )
39 systray? ( gnome-extra/gnome-integration-spotify )
40 x11-libs/gtk+:2
41 x11-libs/libXScrnSaver