From 5a9462d514438768d143592e7991ea495107fbfe Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 15 May 2012 17:32:56 +0000 Subject: Default PYTHON_TARGETS should include python-3 for arches where it is stable. See bug 415575. --- profiles/arch/powerpc/ChangeLog | 7 ++++++- profiles/arch/powerpc/ppc32/make.defaults | 9 +++++++-- profiles/arch/powerpc/ppc64/make.defaults | 9 +++++++-- 3 files changed, 20 insertions(+), 5 deletions(-) (limited to 'profiles') diff --git a/profiles/arch/powerpc/ChangeLog b/profiles/arch/powerpc/ChangeLog index 14ad2242337d..57fd2d606104 100644 --- a/profiles/arch/powerpc/ChangeLog +++ b/profiles/arch/powerpc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/PPC profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.166 2012/05/13 14:40:51 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.167 2012/05/15 17:32:56 floppym Exp $ + + 15 May 2012; Mike Gilbert ppc32/make.defaults, + ppc64/make.defaults: + Default PYTHON_TARGETS should include python-3 for arches where it is stable. + See bug 415575. 13 May 2012; Alexandre Rostovtsev package.use.mask: Add nautilus[sendto] to gnome3 mask. 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ò # 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 +# Default PYTHON_TARGETS should include python-3 for arches where it is stable. +# See bug 415575. +PYTHON_TARGETS="python3_2" diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index 86d63ae19383..c2a64b0e0d20 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/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/ppc64/make.defaults,v 1.7 2011/03/18 22:09:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/make.defaults,v 1.8 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. @@ -31,3 +31,8 @@ CHOST_ppc="powerpc-unknown-linux-gnu" # 2006/08/18 - Donnie Berkholz # Defaults for video drivers VIDEO_CARDS="fbdev mach64 mga nv r128 radeon vesa" + +# 2012/05/15 - Mike Gilbert +# Default PYTHON_TARGETS should include python-3 for arches where it is stable. +# See bug 415575. +PYTHON_TARGETS="python3_2" -- cgit v1.2.3-65-gdbad