summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-15 17:22:55 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-15 17:22:55 +0000
commit5c10f7d047e85c2609f474139cf9eca8ef42920b (patch)
tree80ac51a3976b6205682abba174e54de4ec5936f6 /profiles/arch/amd64
parentVersion bump (bug #415921 by Takanari Hamasaki) (diff)
downloadgentoo-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')
-rw-r--r--profiles/arch/amd64/ChangeLog6
-rw-r--r--profiles/arch/amd64/make.defaults9
2 files changed, 12 insertions, 3 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog
index c7684efb6eb5..0550ff925120 100644
--- a/profiles/arch/amd64/ChangeLog
+++ b/profiles/arch/amd64/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.174 2012/04/28 08:23:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.175 2012/05/15 17:22:55 floppym Exp $
+
+ 15 May 2012; Mike Gilbert <floppym@gentoo.org> make.defaults:
+ Default PYTHON_TARGETS should include python-3 for arches where it is stable.
+ See bug 415575.
28 Apr 2012; Justin Lecher <jlec@gentoo.org> no-multilib/package.mask:
Remove mask on app-text/bibus, noreason for that, #408247
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"