commit: 95d833514e1194f3f5dc384481a8fc733d698631 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 17:28:03 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 18:42:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d83351
profiles: Mask xf86-video-openchrome for removal Bug: https://bugs.gentoo.org/875233 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/amd64/use.mask | 1 - profiles/arch/x86/use.mask | 1 - 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 <[email protected]> (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 <[email protected]> (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.
