diff options
author | 2009-12-13 21:45:34 +0000 | |
---|---|---|
committer | 2009-12-13 21:45:34 +0000 | |
commit | db57dcc671b6e75ef7bceca28880af3a43f78b68 (patch) | |
tree | 659ef88c670205b0ddb24c8e9cd8d99192d5fde3 /profiles/hardened/linux/x86 | |
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/x86')
-rw-r--r-- | profiles/hardened/linux/x86/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
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> |