Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/releases: make.defaults
Date: Tue, 29 Jul 2008 14:47:32
Message-Id: E1KNqU5-0004dX-CZ@stork.gentoo.org
1 wolf31o2 08/07/29 14:47:29
2
3 Modified: make.defaults
4 Log:
5 Added sysfs USE flag for bug #183201.
6
7 Revision Changes Path
8 1.2 profiles/releases/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/releases/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/releases/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/releases/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 1 Apr 2008 17:41:35 -0000 1.1
21 +++ make.defaults 29 Jul 2008 14:47:28 -0000 1.2
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.2 2008/07/29 14:47:28 wolf31o2 Exp $
27
28 # These USE flags are what is common between the various sub-profiles. Stages 2
29 # and 3 are built against these, so be careful what you add.
30 -USE="acl cups gdbm gpm nptl nptlonly unicode"
31 +USE="acl cups gdbm gpm nptl nptlonly sysfs unicode"