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/default-linux/amd64/dev/2008.0: make.defaults
Date: Sat, 02 Feb 2008 06:11:48
Message-Id: E1JLBbN-0000L5-9q@stork.gentoo.org
1 wolf31o2 08/02/02 06:11:45
2
3 Modified: make.defaults
4 Log:
5 Moving ABI=amd64 to the base of the arch, since it applies to all profiles except for 32-bit userland, which can set it on its own.
6
7 Revision Changes Path
8 1.3 profiles/default-linux/amd64/dev/2008.0/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults?r1=1.2&r2=1.3
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- make.defaults 1 Feb 2008 06:40:23 -0000 1.2
21 +++ make.defaults 2 Feb 2008 06:11:44 -0000 1.3
22 @@ -1,8 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults,v 1.2 2008/02/01 06:40:23 wolf31o2 Exp $
26 -
27 -ABI="amd64"
28 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults,v 1.3 2008/02/02 06:11:44 wolf31o2 Exp $
29
30 # We build stage1 against this
31 STAGE1_USE="nptl nptlonly unicode"
32 @@ -10,3 +8,6 @@
33 # These USE flags are what is common between the various sub-profiles. Stages 2
34 # and 3 are built against these, so be careful what you add.
35 USE="acl cups gdbm gpm nptl nptlonly unicode"
36 +
37 +# These are here for app-accessibility/brltty on the releases
38 +# USE="${USE} bluetooth usb"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list