Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Wed, 23 Sep 2015 14:19:47
Message-Id: 1443017948.d217523dc1b5bd708cf0be48be9ff7bc71c031fe.prometheanfire@gentoo
1 commit: d217523dc1b5bd708cf0be48be9ff7bc71c031fe
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Wed Sep 23 14:19:08 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 14:19:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217523d
7
8 media-sound/spotify: add missing but used use flag
9
10 https://github.com/gentoo/gentoo/pull/123
11
12 Package-Manager: portage-2.2.20.1
13
14 media-sound/spotify/spotify-1.0.14.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/spotify/spotify-1.0.14.ebuild b/media-sound/spotify/spotify-1.0.14.ebuild
18 index 1105ded..1af9ca6 100644
19 --- a/media-sound/spotify/spotify-1.0.14.ebuild
20 +++ b/media-sound/spotify/spotify-1.0.14.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${MY_P}${MY_PV_AMD64}_amd64.deb )
22 LICENSE="Spotify"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="gnome pulseaudio"
26 +IUSE="gnome pax_kernel pulseaudio"
27 RESTRICT="mirror strip"
28
29 DEPEND=""