Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
Date: Tue, 07 Sep 2010 22:04:26
Message-Id: 20100907220418.E9DF420051@flycatcher.gentoo.org
1 mabi 10/09/07 22:04:18
2
3 Modified: make.defaults
4 Log:
5 spl is now handled via IUSE defaults
6
7 Revision Changes Path
8 1.8 profiles/default/linux/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.7&r2=1.8
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- make.defaults 26 Jul 2010 19:15:05 -0000 1.7
21 +++ make.defaults 7 Sep 2010 22:04:18 -0000 1.8
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.7 2010/07/26 19:15:05 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.8 2010/09/07 22:04:18 mabi Exp $
27 #
28 # System-wide defaults for the Portage system
29 # See portage(5) manpage
30 @@ -26,7 +26,7 @@
31
32 # 2006/04/19 - Chris Gianelloni <wolf31o2@g.o>
33 # Make sure dev-lang/php works right. See bug #120088 for more info.
34 -USE="${USE} cli pcre reflection session spl"
35 +USE="${USE} cli pcre reflection session"
36
37 # 2006/04/21 - Donnie Berkholz <dberkholz@g.o>
38 # Modular X: Build the Xorg X server by default