Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
Date: Sat, 31 Oct 2009 15:42:06
Message-Id: E1N4G5c-0001sw-Ji@stork.gentoo.org
1 ssuominen 09/10/31 15:42:04
2
3 Modified: make.defaults
4 Log:
5 Remove isdnlog USE flag reference, not used by anything
6
7 Revision Changes Path
8 1.4 profiles/default/linux/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?r1=1.3&r2=1.4
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- make.defaults 21 Sep 2009 09:39:09 -0000 1.3
21 +++ make.defaults 31 Oct 2009 15:42:04 -0000 1.4
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 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.3 2009/09/21 09:39:09 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.4 2009/10/31 15:42:04 ssuominen Exp $
27 #
28 # System-wide defaults for the Portage system
29 # See portage(5) manpage
30 @@ -22,7 +22,7 @@
31
32 # 2006/03/29 - Stefan Schweizer <genstef@g.o>
33 # isdn USE flag defaults
34 -USE="${USE} pppd isdnlog"
35 +USE="${USE} pppd"
36
37 # 2006/04/19 - Chris Gianelloni <wolf31o2@g.o>
38 # Make sure dev-lang/php works right. See bug #120088 for more info.