Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/x86: ChangeLog make.defaults
Date: Wed, 25 Jun 2014 12:05:20
Message-Id: 20140625120517.03C5A2004E@flycatcher.gentoo.org
1 mgorny 14/06/25 12:05:16
2
3 Modified: ChangeLog make.defaults
4 Log:
5 Fix typo.
6
7 Revision Changes Path
8 1.168 profiles/arch/x86/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.168&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.168&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.167&r2=1.168
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v
17 retrieving revision 1.167
18 retrieving revision 1.168
19 diff -u -r1.167 -r1.168
20 --- ChangeLog 25 Jun 2014 08:18:50 -0000 1.167
21 +++ ChangeLog 25 Jun 2014 12:05:16 -0000 1.168
22 @@ -1,6 +1,9 @@
23 # ChangeLog for Gentoo/x86 profile directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.167 2014/06/25 08:18:50 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.168 2014/06/25 12:05:16 mgorny Exp $
27 +
28 + 25 Jun 2014; Michał Górny <mgorny@g.o> make.defaults:
29 + Fix typo.
30
31 25 Jun 2014; Michał Górny <mgorny@g.o> make.defaults:
32 Experimentally mark native ABI USE flag implicit for better
33
34
35
36 1.15 profiles/arch/x86/make.defaults
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.15&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.15&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?r1=1.14&r2=1.15
41
42 Index: make.defaults
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v
45 retrieving revision 1.14
46 retrieving revision 1.15
47 diff -u -r1.14 -r1.15
48 --- make.defaults 25 Jun 2014 08:18:50 -0000 1.14
49 +++ make.defaults 25 Jun 2014 12:05:16 -0000 1.15
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.14 2014/06/25 08:18:50 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.15 2014/06/25 12:05:16 mgorny Exp $
55
56 # All extra USE/etc should be specified in sub-profiles.
57 # DO NOT POLLUTE USE ON THIS PROFILE.
58 @@ -34,4 +34,4 @@
59 # Michał Górny <mgorny@g.o> (25 Jun 2014)
60 # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
61 # by non-multilib ebuilds when non-native ABIs are disabled.
62 -IMPLICIT_IUSE="abi_x86_32"
63 +IUSE_IMPLICIT="abi_x86_32"