diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-15 15:58:18 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-15 15:58:18 +0000 |
commit | 8cbb752e00ba03aff17f0a12f612020b2268d881 (patch) | |
tree | 81343795f371156c8a59d76795b898e1a0b24962 /profiles/hardened | |
parent | EAPI 4, respect CFLAGS, wrt to bug #432444 (diff) | |
download | gentoo-2-8cbb752e00ba03aff17f0a12f612020b2268d881.tar.gz gentoo-2-8cbb752e00ba03aff17f0a12f612020b2268d881.tar.bz2 gentoo-2-8cbb752e00ba03aff17f0a12f612020b2268d881.zip |
Remove neomagic from default VIDEO_CARDS as it is no longer useful with current xorg-server.
Diffstat (limited to 'profiles/hardened')
-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 31ed33c645eb..e55210b1ad26 100644 --- a/profiles/hardened/linux/x86/make.defaults +++ b/profiles/hardened/linux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.12 2012/06/16 11:44:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.13 2012/10/15 15:58:18 chithanh Exp $ ARCH="x86" ACCEPT_KEYWORDS="x86" @@ -16,7 +16,7 @@ USE="nptl" # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # 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 \ + mach64 mga nsc nv r128 radeon rendition s3 s3virge savage \ siliconmotion sis sisusb tdfx tga trident tseng v4l vesa via vmware \ voodoo" |