diff options
author | 2009-12-13 21:45:34 +0000 | |
---|---|---|
committer | 2009-12-13 21:45:34 +0000 | |
commit | 8fb3bfe9135eb5f77dccd92865f061acc83239cd (patch) | |
tree | a28ef334ffc74d53b400b9edb9b5312571a51a33 /profiles/hardened/ia64 | |
parent | rm (diff) | |
download | gentoo-2-8fb3bfe9135eb5f77dccd92865f061acc83239cd.tar.gz gentoo-2-8fb3bfe9135eb5f77dccd92865f061acc83239cd.tar.bz2 gentoo-2-8fb3bfe9135eb5f77dccd92865f061acc83239cd.zip |
drop "vga" from VIDEO_CARDS in all profiles
Diffstat (limited to 'profiles/hardened/ia64')
-rw-r--r-- | profiles/hardened/ia64/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/ia64/make.defaults b/profiles/hardened/ia64/make.defaults index 9ef90ad2ceed..5399e99c8ce9 100644 --- a/profiles/hardened/ia64/make.defaults +++ b/profiles/hardened/ia64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.7 2009/12/13 20:59:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ia64/make.defaults,v 1.8 2009/12/13 21:45:32 remi Exp $ ARCH="ia64" ACCEPT_KEYWORDS="ia64" @@ -17,7 +17,7 @@ USE="berkdb crypt hardened 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 nv r128 radeon rendition s3 s3virge savage \ - siliconmotion sis sisusb tdfx tga v4l vesa vga via voodoo" + siliconmotion sis sisusb tdfx tga v4l vesa via voodoo" # 2006/12/23 - Diego Pettenò <flameeyes@gentoo.org> # Defaults for audio drivers - Took from x86 profile |