Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/base: make.defaults
Date: Thu, 17 Nov 2011 01:15:41
Message-Id: 20111117011426.1FA5C2004F@flycatcher.gentoo.org
1 jmbsvicetto 11/11/17 01:14:26
2
3 Modified: make.defaults
4 Log:
5 Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on base/make.defaults
6 and make it stack from derived profiles. This should allow gcc to build on stage 2 - bug 390701.
7
8 Revision Changes Path
9 1.72 profiles/base/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.72&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?rev=1.72&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/make.defaults?r1=1.71&r2=1.72
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v
18 retrieving revision 1.71
19 retrieving revision 1.72
20 diff -u -r1.71 -r1.72
21 --- make.defaults 22 Aug 2011 21:43:33 -0000 1.71
22 +++ make.defaults 17 Nov 2011 01:14:26 -0000 1.72
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2011 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.71 2011/08/22 21:43:33 dilfridge Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.72 2011/11/17 01:14:26 jmbsvicetto Exp $
28 #
29 # System-wide defaults for the Portage system
30 # See portage(5) manpage
31 @@ -100,3 +100,7 @@
32 # We usually don't want python to (re)write .py[co] files during phase runs
33 # since it could cause sandbox violations
34 PYTHONDONTWRITEBYTECODE="1"
35 +
36 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
37 +# Add default USE value for bootstrap and rename it from STAGE1_USE to BOOTSTRAP_USE
38 +BOOTSTRAP_USE="cxx unicode"