diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-04 21:48:12 +0300 |
---|---|---|
committer | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-04 21:48:12 +0300 |
commit | bcc2a724a26313c17fef009487d2f170cda17bc3 (patch) | |
tree | 7e0baf771f03063087f3596a4b98b815ca803714 /profiles | |
parent | profiles: adjust sdl USE mask for mpv on alpha (diff) | |
download | gentoo-bcc2a724a26313c17fef009487d2f170cda17bc3.tar.gz gentoo-bcc2a724a26313c17fef009487d2f170cda17bc3.tar.bz2 gentoo-bcc2a724a26313c17fef009487d2f170cda17bc3.zip |
profiles: adjust sdl USE mask for mpv on arm
media-libs/libsdl2 wasn't stabilized on arm 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/arm/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.stable.mask | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index af68fed183a9..4443441bc56d 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -150,10 +150,6 @@ mail-filter/opendkim opendbx # Unkeyworded deps, bug #507896 dev-qt/qt-mobility messaging -# Julian Ospald <hasufell@gentoo.org> (20 Apr 2014) -# Missing keywords, bug #508226 -media-video/mpv sdl - # S. Suominen <ssuominen@g.o> (17 Apr 2014) # First GTK+-3.x version of EasyTAG! # Keyword as reqiuired, ~arch is enough for now: diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index ce7f7f1921fd..f047e548ebd6 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -2,6 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# 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 + # Michael Palimaka <kensington@gentoo.org> (28 Oct 2015) # KDE is not stable on arm media-video/vlc kde |