Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
Date: Thu, 27 Mar 2014 01:55:32
Message-Id: 20140327015529.BBF282004E@flycatcher.gentoo.org
1 vapier 14/03/27 01:55:29
2
3 Modified: make.defaults
4 Log:
5 enable USE=multilib by default #435094
6
7 Revision Changes Path
8 1.12 profiles/features/multilib/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.11&r2=1.12
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- make.defaults 17 Jan 2014 06:21:24 -0000 1.11
21 +++ make.defaults 27 Mar 2014 01:55:29 -0000 1.12
22 @@ -1,12 +1,16 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.11 2014/01/17 06:21:24 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.12 2014/03/27 01:55:29 vapier Exp $
27
28 # Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
29 # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
30 # This is so we build with multilib from the start
31 BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib"
32
33 +# Default USE=multilib to on. This rarely impact packages as they should be
34 +# using the multilib eclass anyways. #435094
35 +USE="multilib"
36 +
37 # FEATURES="multilib-strict" specific settings.
38 MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
39 MULTILIB_STRICT_DENY="64-bit.*shared object"