diff options
author | 2022-11-11 12:00:47 -0500 | |
---|---|---|
committer | 2022-11-11 12:01:44 -0500 | |
commit | e7728b446b425d75a58a914a3f469733f6e0ac24 (patch) | |
tree | 5b9b5cc780bf75c1949391c319ff9386d94920e4 /profiles | |
parent | media-libs/mesa: Drop unnecessary subslot operators (diff) | |
download | gentoo-e7728b446b425d75a58a914a3f469733f6e0ac24.tar.gz gentoo-e7728b446b425d75a58a914a3f469733f6e0ac24.tar.bz2 gentoo-e7728b446b425d75a58a914a3f469733f6e0ac24.zip |
profiles: Mask x11-drivers/xf86-video-nv for removal
Bug: https://bugs.gentoo.org/875053
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 7f933c6c7e3e..4476441274c0 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner <mattst88@gentoo.org> (2022-11-11) +# xf86-video-nv relies on function no longer present in the Xserver since v1.20 +# (released May 2018), and no user has noticed. +# Bug #875053 +video_cards_nv + # Brian Evans <grknight@gentoo.org> (2022-09-30) # PHP 8.2 is in RC php_targets_php8-2 diff --git a/profiles/package.mask b/profiles/package.mask index 3363b2a046f2..4dbbf7c627bb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Matt Turner <mattst88@gentoo.org> (2022-11-11) +# Relies on function no longer present in the Xserver since v1.20 +# (released May 2018), and no user has noticed. Use xf86-video-nouveau instead. +# Bug #875053 +# Removal on 2022-12-11 +x11-drivers/xf86-video-nv + # Sam James <sam@gentoo.org> (2022-11-11) # Causes memory corruption when building x11-misc/colord on x86 # bug #880865 |