diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-11-06 12:28:03 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-11-06 13:42:16 -0500 |
commit | 95d833514e1194f3f5dc384481a8fc733d698631 (patch) | |
tree | 346bcbe4f735f1aada55ff1933b9ee23ff618fe6 /profiles | |
parent | x11-drivers/xf86-video-openchrome: Add patch to build with current Xserver (diff) | |
download | gentoo-95d833514e1194f3f5dc384481a8fc733d698631.tar.gz gentoo-95d833514e1194f3f5dc384481a8fc733d698631.tar.bz2 gentoo-95d833514e1194f3f5dc384481a8fc733d698631.zip |
profiles: Mask xf86-video-openchrome for removal
Bug: https://bugs.gentoo.org/875233
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 1 | ||||
-rw-r--r-- | profiles/package.mask | 9 |
3 files changed, 9 insertions, 2 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 2a1f8b794905..2ac35a9eed29 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -144,7 +144,6 @@ -video_cards_nvk -video_cards_siliconmotion -video_cards_vesa --video_cards_via -video_cards_virtualbox -video_cards_vmware -video_cards_qxl diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index a3438e1c9a15..089f2fd48553 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -181,7 +181,6 @@ webengine -video_cards_vmware -video_cards_geode -video_cards_vesa --video_cards_via -video_cards_virtualbox -video_cards_qxl diff --git a/profiles/package.mask b/profiles/package.mask index a12fe1d13205..17dc80163676 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Matt Turner <mattst88@gentoo.org> (2024-11-06) +# Driver for integrated GPU paired only with x86 VIA CPUs. +# +# Has not worked in Gentoo for more than two years (see bug #875233) without +# any actual users noticing. +# +# Removal on 2024-12-06. Bug #875233. +x11-drivers/xf86-video-openchrome + # Holger Hoffstätte <holger@applied-asynchrony.com> (2024-11-03) # Vendors an unreleased libbpf version and announces incorrect version. # Please downgrade to 7.4.0. Bug Bug #941185. Removal on 2024-12-03. |