diff options
author | Remi Cardona <remi@gentoo.org> | 2009-12-13 21:45:34 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-12-13 21:45:34 +0000 |
commit | db57dcc671b6e75ef7bceca28880af3a43f78b68 (patch) | |
tree | 659ef88c670205b0ddb24c8e9cd8d99192d5fde3 /profiles/hardened/linux | |
parent | rm (diff) | |
download | historical-db57dcc671b6e75ef7bceca28880af3a43f78b68.tar.gz historical-db57dcc671b6e75ef7bceca28880af3a43f78b68.tar.bz2 historical-db57dcc671b6e75ef7bceca28880af3a43f78b68.zip |
drop "vga" from VIDEO_CARDS in all profiles
Diffstat (limited to 'profiles/hardened/linux')
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/use.mask | 1 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/make.defaults | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask b/profiles/hardened/linux/powerpc/ppc64/use.mask index 5a7aa780857b..baf44bd80415 100644 --- a/profiles/hardened/linux/powerpc/ppc64/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/use.mask @@ -39,7 +39,6 @@ video_cards_sis video_cards_tga video_cards_tseng video_cards_vesa -video_cards_vga video_cards_via # Masked p2p for bug #155302 <josejx@gentoo.org> diff --git a/profiles/hardened/linux/x86/make.defaults b/profiles/hardened/linux/x86/make.defaults index 5859ed7c25fb..971f5ec0b48d 100644 --- a/profiles/hardened/linux/x86/make.defaults +++ b/profiles/hardened/linux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.6 2009/12/13 21:00:00 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.7 2009/12/13 21:45:33 remi Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -15,7 +15,7 @@ USE="berkdb crypt hardened nptl nptlonly pam pic readline ssl tcpd zlib" # Defaults for video drivers VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel \ mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage \ - siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware \ + siliconmotion sis sisusb tdfx tga trident tseng v4l vesa via vmware \ voodoo" # 2006/12/21 - Andrej Kacian <ticho@gentoo.org> |