summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/powerpc/ppc32/make.defaults')
-rw-r--r--profiles/arch/powerpc/ppc32/make.defaults9
1 files changed, 7 insertions, 2 deletions
diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults
index e3fd6d910685..67bdbe40a996 100644
--- a/profiles/arch/powerpc/ppc32/make.defaults
+++ b/profiles/arch/powerpc/ppc32/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/powerpc/ppc32/make.defaults,v 1.2 2008/04/10 19:53:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/make.defaults,v 1.3 2012/05/15 17:32:56 floppym Exp $
# All extra USE/etc should be specified in sub-profiles.
# DO NOT POLLUTE USE ON THIS PROFILE.
@@ -19,3 +19,8 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx trident voodoo"
# 2006/12/06 - Diego Pettenò <flameeyes@gentoo.org>
# Defaults for PowerPC sound driver
ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx"
+
+# 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"