diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-04 21:46:57 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-04 21:46:57 +0300 |
commit | e9b4db645a635228a8d96f702cf275ac71629939 (patch) | |
tree | 1f4902a60c6cfb8c66617d373340a5b50f5d19b3 /profiles | |
parent | media-sound/kid3: Fix configure with >=kdelibs-4.14.11 (diff) | |
download | gentoo-e9b4db645a635228a8d96f702cf275ac71629939.tar.gz gentoo-e9b4db645a635228a8d96f702cf275ac71629939.tar.bz2 gentoo-e9b4db645a635228a8d96f702cf275ac71629939.zip |
profiles: adjust sdl USE mask for mpv on alpha
media-libs/libsdl2 wasn't stabilized on alpha in the past.
Now it's ready for the next stable release of mpv.
Thus mask sdl USE for the currently stable mpv version only.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/alpha/package.use.stable.mask | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index c4f2704d80f6..3e0de3650dcb 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -159,10 +159,6 @@ media-video/ffmpeg x265 # Missing keywords on dev-python/rst2pdf, bug #515222 media-video/mpv doc-pdf -# Julian Ospald <hasufell@gentoo.org> (20 Apr 2014) -# Missing keywords, bug #508226 -media-video/mpv sdl - # Pacho Ramos <pacho@gentoo.org> (15 Mar 2014) # Missing keywords, bug #504672 >=net-misc/vinagre-3.10 rdp diff --git a/profiles/arch/alpha/package.use.stable.mask b/profiles/arch/alpha/package.use.stable.mask index cfb2950f704f..9e822eebea0d 100644 --- a/profiles/arch/alpha/package.use.stable.mask +++ b/profiles/arch/alpha/package.use.stable.mask @@ -17,7 +17,13 @@ # #--- END OF EXAMPLES --- -# + +# Ian Delaney <idella4@gentoo.org> (04 Jan 2016) +# on behalf of Ilya Tumaykin <itumaykin+gentoo@gmail.com> +# media-libs/libsdl2 wasn't stabilized in the past, but now +# it's ready for the next stable mpv release after the one below. +=media-video/mpv-0.9.2-r1 sdl + # Tobias Klausmann <klausman@gentoo.org> (17 Sep 2015) # Move this mask here (from package.use.mask) until net-fs/libnfs goes stable. # Gilles Dartiguelongue <eva@gentoo.org> (09 Jun 2015) |