Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/x86: make.defaults
Date: Sun, 13 Dec 2009 21:45:36
Message-Id: E1NJwFx-0004IT-LL@stork.gentoo.org
1 remi 09/12/13 21:45:33
2
3 Modified: make.defaults
4 Log:
5 drop "vga" from VIDEO_CARDS in all profiles
6
7 Revision Changes Path
8 1.7 profiles/hardened/linux/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/make.defaults?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/make.defaults?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/make.defaults?r1=1.6&r2=1.7
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- make.defaults 13 Dec 2009 21:00:00 -0000 1.6
21 +++ make.defaults 13 Dec 2009 21:45:33 -0000 1.7
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.6 2009/12/13 21:00:00 remi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/make.defaults,v 1.7 2009/12/13 21:45:33 remi Exp $
27
28 ARCH="x86"
29 ACCEPT_KEYWORDS="x86"
30 @@ -15,7 +15,7 @@
31 # Defaults for video drivers
32 VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 intel \
33 mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage \
34 - siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware \
35 + siliconmotion sis sisusb tdfx tga trident tseng v4l vesa via vmware \
36 voodoo"
37
38 # 2006/12/21 - Andrej Kacian <ticho@g.o>