diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-02-03 14:25:49 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-04 22:24:48 +0100 |
commit | 77df9fb5d6ca0b530e2f500083d98fd2fdcb362a (patch) | |
tree | 9ed438a009950d8c7f5f6a81915ea19db547dff2 /profiles/base | |
parent | media-video/mpv: require GL with cuda USE in 9999 (diff) | |
download | gentoo-77df9fb5d6ca0b530e2f500083d98fd2fdcb362a.tar.gz gentoo-77df9fb5d6ca0b530e2f500083d98fd2fdcb362a.tar.bz2 gentoo-77df9fb5d6ca0b530e2f500083d98fd2fdcb362a.zip |
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.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index bbb3c068a0e7..3154078ce614 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 <itumaykin+gentoo@gmail.com> (19 Jan 2017) -# Requires x11-drivers/nvidia-drivers available on selected few arches. -media-video/mpv cuda - # Lars Wendler <polynomial-c@gentoo.org> (19 Jan 2017) # Masked until system heimdal can finally be used with AD DC net-fs/samba system-heimdal |