Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/x86: make.defaults
Date: Sun, 08 Dec 2013 09:30:21
Message-Id: 20131208093016.557A82004E@flycatcher.gentoo.org
1 pacho 13/12/08 09:30:16
2
3 Modified: make.defaults
4 Log:
5 Prepare for python-3.3 going to stable on x86 (#474128)
6
7 Revision Changes Path
8 1.11 profiles/arch/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/make.defaults?r1=1.10&r2=1.11
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- make.defaults 12 Nov 2012 15:36:54 -0000 1.10
21 +++ make.defaults 8 Dec 2013 09:30:16 -0000 1.11
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.10 2012/11/12 15:36:54 floppym Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/make.defaults,v 1.11 2013/12/08 09:30:16 pacho Exp $
28
29 # All extra USE/etc should be specified in sub-profiles.
30 # DO NOT POLLUTE USE ON THIS PROFILE.
31 @@ -14,6 +14,11 @@
32 FFLAGS="${CFLAGS}"
33 FCFLAGS="${CFLAGS}"
34
35 +# Pacho Ramos <pacho@g.o> (08 Dec 2013)
36 +# Python 3.3 is going to stable, bug #474128
37 +USE="${USE} -python_targets_python3_2 python_targets_python3_3"
38 +BOOTSTRAP_USE="${BOOTSTRAP_USE} -python_targets_python3_2 python_targets_python3_3"
39 +
40 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
41 # Defaults for video drivers
42 VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo"