diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-16 15:17:56 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-19 11:31:37 +0100 |
commit | d56f4d4babbfcbfd911aac5b248d4f4a7cd3dd77 (patch) | |
tree | 201deba662b2e52ea22abde2b2765b702bf82b35 | |
parent | profiles: mask media-video/mpv[cuda] everywhere except for amd64 and x86 (diff) | |
download | gentoo-d56f4d4babbfcbfd911aac5b248d4f4a7cd3dd77.tar.gz gentoo-d56f4d4babbfcbfd911aac5b248d4f4a7cd3dd77.tar.bz2 gentoo-d56f4d4babbfcbfd911aac5b248d4f4a7cd3dd77.zip |
profiles: mask media-video/mpv[cuda] until ffmpeg-3.3 is released
Closes: https://github.com/gentoo/gentoo/pull/3503
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 347f96cabfd6..820f7c24f886 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -19,6 +19,10 @@ #--- END OF EXAMPLES --- # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017) +# Requires yet unavailable >=media-video/ffmpeg-3.3. +>=media-video/mpv-0.23.0 cuda + +# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017) # x11-drivers/nvidia-drivers is available on amd64. media-video/mpv -cuda diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index fdbf880fd3ec..27d0c02df247 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -5,6 +5,10 @@ # This file requires >=portage-2.1.1 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017) +# Requires yet unavailable >=media-video/ffmpeg-3.3. +>=media-video/mpv-0.23.0 cuda + +# Ilya Tumaykin <itumaykin+gentoo@gmail.com> (19 Jan 2017) # x11-drivers/nvidia-drivers is available on x86. media-video/mpv -cuda |