Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
Date: Tue, 21 Jan 2014 04:30:32
Message-Id: 20140121043028.D91812004E@flycatcher.gentoo.org
1 dirtyepic 14/01/21 04:30:28
2
3 Modified: make.defaults
4 Log:
5 Drop mudflap from default USE.
6
7 Revision Changes Path
8 1.20 profiles/default/linux/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.19&r2=1.20
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- make.defaults 21 Jan 2013 09:26:05 -0000 1.19
21 +++ make.defaults 21 Jan 2014 04:30:28 -0000 1.20
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2014 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.19 2013/01/21 09:26:05 dilfridge Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.20 2014/01/21 04:30:28 dirtyepic Exp $
28 #
29 # System-wide defaults for the Portage system
30 # See portage(5) manpage
31 @@ -15,7 +15,7 @@
32 USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
33
34 # make sure toolchain has sane defaults <tooclhain@g.o>
35 -USE="${USE} mudflap fortran openmp"
36 +USE="${USE} fortran openmp"
37
38 # 2010/10/21 - Ole Markus With <olemarkus@g.o>
39 # These USE flags were originally inserted here because of PHP