diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-05-15 17:22:55 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-05-15 17:22:55 +0000 |
commit | 5c10f7d047e85c2609f474139cf9eca8ef42920b (patch) | |
tree | 80ac51a3976b6205682abba174e54de4ec5936f6 /profiles/arch/amd64/make.defaults | |
parent | Version bump (bug #415921 by Takanari Hamasaki) (diff) | |
download | gentoo-2-5c10f7d047e85c2609f474139cf9eca8ef42920b.tar.gz gentoo-2-5c10f7d047e85c2609f474139cf9eca8ef42920b.tar.bz2 gentoo-2-5c10f7d047e85c2609f474139cf9eca8ef42920b.zip |
Default PYTHON_TARGETS should include python-3 for arches where it is stable. See bug 415575.
Diffstat (limited to 'profiles/arch/amd64/make.defaults')
-rw-r--r-- | profiles/arch/amd64/make.defaults | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 17ee4a38b98b..20cada2d69fa 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.10 2011/12/07 19:23:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.11 2012/05/15 17:22:55 floppym Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -43,3 +43,8 @@ VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage # 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org> # Default for ALSA_CARDS USE_EXPAND variable. ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" + +# 2012/05/15 - Mike Gilbert <floppym@gentoo.org> +# Default PYTHON_TARGETS should include python-3 for arches where it is stable. +# See bug 415575. +PYTHON_TARGETS="python3_2" |