diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-23 16:22:40 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-23 22:07:39 -0800 |
commit | c8ec346ce4aa9b93eeae1875bd349bb97a0e14fa (patch) | |
tree | e42fc829c4ee2f0f4047f2de32031f4cb0bdd068 /profiles | |
parent | profiles: Remove last evidence of fglrx (diff) | |
download | gentoo-c8ec346ce4aa9b93eeae1875bd349bb97a0e14fa.tar.gz gentoo-c8ec346ce4aa9b93eeae1875bd349bb97a0e14fa.tar.bz2 gentoo-c8ec346ce4aa9b93eeae1875bd349bb97a0e14fa.zip |
profiles: Mask for removal x11-drivers/* for ancient hardware
Bug: https://bugs.gentoo.org/606132
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/sparc/use.mask | 9 | ||||
-rw-r--r-- | profiles/base/use.mask | 28 | ||||
-rw-r--r-- | profiles/package.mask | 32 |
3 files changed, 60 insertions, 9 deletions
diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index cc01d4739973..681f8585432b 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -190,15 +190,6 @@ hdf5 # This should probably never be touched -# Unmask sparc-only video cards --video_cards_sunbw2 --video_cards_suncg14 --video_cards_suncg3 --video_cards_suncg6 --video_cards_sunffb --video_cards_sunleo --video_cards_suntcx - # 2006/02/05 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: mask for architectures on which they aren't available video_cards_s3 diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f74667329304..6e5322cf0077 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,34 @@ # 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> (23 Nov 2017) +# For ancient hardware. Tired of maintaining. Masked for removal in 30 days. +# Bug #606132. +video_cards_apm +video_cards_ark +video_cards_chips +video_cards_cirrus +video_cards_i128 +video_cards_i740 +video_cards_mach64 +video_cards_neomagic +video_cards_rendition +video_cards_s3 +video_cards_s3virge +video_cards_savage +video_cards_sis +video_cards_sisusb +video_cards_suncg14 +video_cards_suncg3 +video_cards_suncg6 +video_cards_sunffb +video_cards_sunleo +video_cards_suntcx +video_cards_tdfx +video_cards_tga +video_cards_trident +video_cards_tseng + # Andreas K. Hüttel <dilfridge@gentoo.org> (04 Nov 2017) # ... since audacious is being last-rited ... bug 632513 audacious diff --git a/profiles/package.mask b/profiles/package.mask index 99a20083ee1a..b9a038b0f3fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,38 @@ #--- END OF EXAMPLES --- +# Matt Turner <mattst88@gentoo.org> (23 Nov 2017) +# For ancient hardware. Tired of maintaining. Masked for removal in 30 days. +# Bug #606132. +x11-misc/afbinit +x11-drivers/afb-ucode +x11-drivers/xf86-video-apm +x11-drivers/xf86-video-ark +x11-drivers/xf86-video-chips +x11-drivers/xf86-video-cirrus +x11-drivers/xf86-video-freedreno +x11-drivers/xf86-video-i128 +x11-drivers/xf86-video-i740 +x11-drivers/xf86-video-mach64 +x11-drivers/xf86-video-modesetting +x11-drivers/xf86-video-neomagic +x11-drivers/xf86-video-opentegra +x11-drivers/xf86-video-rendition +x11-drivers/xf86-video-s3 +x11-drivers/xf86-video-s3virge +x11-drivers/xf86-video-savage +x11-drivers/xf86-video-sis +x11-drivers/xf86-video-sisusb +x11-drivers/xf86-video-suncg14 +x11-drivers/xf86-video-suncg3 +x11-drivers/xf86-video-suncg6 +x11-drivers/xf86-video-sunffb +x11-drivers/xf86-video-sunleo +x11-drivers/xf86-video-suntcx +x11-drivers/xf86-video-tga +x11-drivers/xf86-video-trident +x11-drivers/xf86-video-tseng + # Jonas Stein <jstein@gentoo.org> (23 Nov 2017) # Depends on the AIM service which will be discontinued on 2017-12-15. # See also bug #638564. Masked for removal on 2017-12-20 |