diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-15 18:39:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-15 18:39:26 +0000 |
commit | 673459a94dc8223122adcdb1526748e6ef8e7c58 (patch) | |
tree | 56d3c93a7d213fb3e3189bbab87e89c269dd67c3 /profiles/arch | |
parent | Improve detection of run-jail in initd script (diff) | |
download | gentoo-2-673459a94dc8223122adcdb1526748e6ef8e7c58.tar.gz gentoo-2-673459a94dc8223122adcdb1526748e6ef8e7c58.tar.bz2 gentoo-2-673459a94dc8223122adcdb1526748e6ef8e7c58.zip |
Remove dev-lang/python:3* specific targets.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/hppa/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/hppa/make.defaults | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/profiles/arch/hppa/ChangeLog b/profiles/arch/hppa/ChangeLog index a75b8cddc488..6ae02f6f8d3b 100644 --- a/profiles/arch/hppa/ChangeLog +++ b/profiles/arch/hppa/ChangeLog @@ -1,6 +1,9 @@ # 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.145 2012/05/15 17:27:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.146 2012/05/15 18:39:26 jer Exp $ + + 15 May 2012; Jeroen Roovers <jer@gentoo.org> make.defaults: + Remove dev-lang/python:3* specific targets. 15 May 2012; Mike Gilbert <floppym@gentoo.org> make.defaults: Default PYTHON_TARGETS should include python-3 for arches where it is stable. diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 9046b6de2272..9c751681d850 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -1,6 +1,6 @@ # 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.5 2012/05/15 17:27:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.6 2012/05/15 18:39:26 jer Exp $ ARCH="hppa" ACCEPT_KEYWORDS="hppa" @@ -16,8 +16,3 @@ 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" |