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:41:28
Message-Id: E1N4G50-0001n6-A8@stork.gentoo.org
1 ssuominen 09/10/31 15:41:26
2
3 Modified: make.defaults
4 Log:
5 Remove reference to isdnlog from here, it's not used by anything
6
7 Revision Changes Path
8 1.31 profiles/default-linux/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?r1=1.30&r2=1.31
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- make.defaults 21 Sep 2009 09:39:08 -0000 1.30
21 +++ make.defaults 31 Oct 2009 15:41:25 -0000 1.31
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.30 2009/09/21 09:39:08 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.31 2009/10/31 15:41:25 ssuominen Exp $
27 #
28 # System-wide defaults for the Portage system
29 # See portage(5) manpage
30 @@ -19,7 +19,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.