diff options
author | 2013-12-04 20:03:16 +0000 | |
---|---|---|
committer | 2013-12-04 20:03:16 +0000 | |
commit | cb76babb438c8919ec5fd130d9743cc9a3106281 (patch) | |
tree | 74f4bc6d91bb20e27d6cdad2a2b6027e8eb9a1a8 /profiles | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-cb76babb438c8919ec5fd130d9743cc9a3106281.tar.gz gentoo-2-cb76babb438c8919ec5fd130d9743cc9a3106281.tar.bz2 gentoo-2-cb76babb438c8919ec5fd130d9743cc9a3106281.zip |
Set python_targets_python3_3 in BOOTSTRAP_USE.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/make.defaults | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index bf92cd060aca..ae2c6f83bb13 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.234 2013/11/19 10:15:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.235 2013/12/04 20:03:16 floppym Exp $ + + 04 Dec 2013; Mike Gilbert <floppym@gentoo.org> make.defaults: + Set python_targets_python3_3 in BOOTSTRAP_USE. 19 Nov 2013; Tim Harder <radhermit@gentoo.org> package.use.mask: Unmask racket USE flag for app-editors/(g)vim. diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 03c746052fee..0dc3e6dbabfa 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.19 2013/11/30 13:18:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.20 2013/12/04 20:03:16 floppym Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -41,6 +41,7 @@ USE="mmx sse sse2" # Pacho Ramos <pacho@gentoo.org> (30 Nov 2013) # Python 3.3 is going to stable, bug #474128 USE="${USE} -python_targets_python3_2 python_targets_python3_3" +BOOTSTRAP_USE="${BOOTSTRAP_USE} -python_targets_python3_2 python_targets_python3_3" # Michał Górny <mgorny@gentoo.org> (03 Sep 2013) # Enable abi_x86_64 for packages that don't have it forced. |