commit: e7728b446b425d75a58a914a3f469733f6e0ac24 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Nov 11 17:00:47 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Nov 11 17:01:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7728b44
profiles: Mask x11-drivers/xf86-video-nv for removal Bug: https://bugs.gentoo.org/875053 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/use.mask | 6 ++++++ profiles/package.mask | 7 +++++++ 2 files changed, 13 insertions(+) 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2022-11-11) # Causes memory corruption when building x11-misc/colord on x86 # bug #880865
