commit: 77df9fb5d6ca0b530e2f500083d98fd2fdcb362a Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Fri Feb 3 11:25:49 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 21:24:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77df9fb5
profiles: fix media-video/mpv[cuda] mask cuda USE flag is already handled via use.mask entries in base/ and amd64/x86 arches. No need to duplicate this on a per-package level. Thus, remove unnecessary package.use.mask entries. profiles/arch/amd64/package.use.mask | 4 ---- profiles/arch/x86/package.use.mask | 4 ---- profiles/base/package.use.mask | 4 ---- 3 files changed, 12 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index bf985e6..c52658c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -26,10 +26,6 @@ media-video/ffmpeg -nvenc # Requires yet unavailable >=media-video/ffmpeg-3.3. >=media-video/mpv-0.23.0 cuda -# Ilya Tumaykin <[email protected]> (19 Jan 2017) -# x11-drivers/nvidia-drivers is available on amd64. -media-video/mpv -cuda - # Magnus Granberg <[email protected]> (18 Jan 2017) # masked in base, unmask for amd64 >=sys-devel/gcc-6.3.0 -pie diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 17260e9..cf82a47 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -16,10 +16,6 @@ media-video/libav nvidia # Requires yet unavailable >=media-video/ffmpeg-3.3. >=media-video/mpv-0.23.0 cuda -# Ilya Tumaykin <[email protected]> (19 Jan 2017) -# x11-drivers/nvidia-drivers is available on x86. -media-video/mpv -cuda - # Andreas Sturmlechner <[email protected]> (31 Dec 2016) # on behalf of Andreas K. Hüttel <[email protected]> (14 Dec 2016) # Fails to build with newly unmasked ffmpeg-3, so mask this useflag diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index bbb3c06..3154078 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -35,10 +35,6 @@ dev-lang/python-exec -python_targets_python3_6 # xf86-video-??? masked for removal x11-base/xorg-drivers video_cards_v4l -# Ilya Tumaykin <[email protected]> (19 Jan 2017) -# Requires x11-drivers/nvidia-drivers available on selected few arches. -media-video/mpv cuda - # Lars Wendler <[email protected]> (19 Jan 2017) # Masked until system heimdal can finally be used with AD DC net-fs/samba system-heimdal
