summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-15 17:27:01 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-15 17:27:01 +0000
commit820db7878bdf0c90a62af103e3a8aa95204962c3 (patch)
tree5a766c0eef153bc9326c0d941d34f78bddf4bcf1 /profiles
parentDefault PYTHON_TARGETS should include python-3 for arches where it is stable.... (diff)
downloadgentoo-2-820db7878bdf0c90a62af103e3a8aa95204962c3.tar.gz
gentoo-2-820db7878bdf0c90a62af103e3a8aa95204962c3.tar.bz2
gentoo-2-820db7878bdf0c90a62af103e3a8aa95204962c3.zip
Default PYTHON_TARGETS should include python-3 for arches where it is stable. See bug 415575.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/hppa/ChangeLog6
-rw-r--r--profiles/arch/hppa/make.defaults9
2 files changed, 12 insertions, 3 deletions
diff --git a/profiles/arch/hppa/ChangeLog b/profiles/arch/hppa/ChangeLog
index 0f0e131b7c72..a75b8cddc488 100644
--- a/profiles/arch/hppa/ChangeLog
+++ b/profiles/arch/hppa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/hppa profile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.144 2012/04/26 02:17:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.145 2012/05/15 17:27:01 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.
26 Apr 2012; Jeroen Roovers <jer@gentoo.org> package.use.mask:
Mask USE=connman for x11-libs/qt-bearer (bug #412915).
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 3b68f40adf7f..9046b6de2272 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/hppa/make.defaults,v 1.4 2009/01/26 18:43:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.5 2012/05/15 17:27:01 floppym Exp $
ARCH="hppa"
ACCEPT_KEYWORDS="hppa"
@@ -16,3 +16,8 @@ USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox xulrunner"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
VIDEO_CARDS="fbdev"
+
+# 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"