diff options
author | Matthew Thode <mthode@mthode.org> | 2015-09-23 09:19:08 -0500 |
---|---|---|
committer | Matthew Thode <mthode@mthode.org> | 2015-09-23 09:19:08 -0500 |
commit | d217523dc1b5bd708cf0be48be9ff7bc71c031fe (patch) | |
tree | 664557acc6356c58ceed002c2f1312eb8c3c2052 /media-sound | |
parent | sys-apps/systemd: Bump sys-apps/util-linux dependency (diff) | |
download | gentoo-d217523dc1b5bd708cf0be48be9ff7bc71c031fe.tar.gz gentoo-d217523dc1b5bd708cf0be48be9ff7bc71c031fe.tar.bz2 gentoo-d217523dc1b5bd708cf0be48be9ff7bc71c031fe.zip |
media-sound/spotify: add missing but used use flag
https://github.com/gentoo/gentoo/pull/123
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-1.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-1.0.14.ebuild b/media-sound/spotify/spotify-1.0.14.ebuild index 1105ded0ba74..1af9ca6bf8fa 100644 --- a/media-sound/spotify/spotify-1.0.14.ebuild +++ b/media-sound/spotify/spotify-1.0.14.ebuild @@ -16,7 +16,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${MY_P}${MY_PV_AMD64}_amd64.deb ) LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnome pulseaudio" +IUSE="gnome pax_kernel pulseaudio" RESTRICT="mirror strip" DEPEND="" |