diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-30 16:08:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-30 16:08:05 +0000 |
commit | afcf271ab05eda764805c109e465caa21ecb8e11 (patch) | |
tree | 32b318c27381d5ea83059af0de0bc19de7a868f1 /profiles/arch/hppa | |
parent | Unmask dev-lang/python-3.3* targets (bug #474128). (diff) | |
download | gentoo-2-afcf271ab05eda764805c109e465caa21ecb8e11.tar.gz gentoo-2-afcf271ab05eda764805c109e465caa21ecb8e11.tar.bz2 gentoo-2-afcf271ab05eda764805c109e465caa21ecb8e11.zip |
Mask dev-lang/python-3.2*, unmask dev-lang/python-3.3* targets (bug #474128).
Diffstat (limited to 'profiles/arch/hppa')
-rw-r--r-- | profiles/arch/hppa/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/hppa/make.defaults | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/arch/hppa/ChangeLog b/profiles/arch/hppa/ChangeLog index 0146a51374e0..dcf53b848b33 100644 --- a/profiles/arch/hppa/ChangeLog +++ b/profiles/arch/hppa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.200 2013/11/24 17:16:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.201 2013/11/30 16:08:05 jer Exp $ + + 30 Nov 2013; Jeroen Roovers <jer@gentoo.org> make.defaults: + Mask dev-lang/python-3.2*, unmask dev-lang/python-3.3* targets (bug #474128). 24 Nov 2013; Jeroen Roovers <jer@gentoo.org> package.use.mask: Properly describe mask entry (bug #492326). diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index 1f0b719bc7f7..a99d3d7622ec 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.7 2012/07/04 07:21:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.8 2013/11/30 16:08:05 jer Exp $ ARCH="hppa" ACCEPT_KEYWORDS="hppa" @@ -11,7 +11,8 @@ CXXFLAGS="-O1 -pipe" FEATURES="sandbox sfperms strict" -USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox" +USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox + -python_targets_python3_2 python_targets_python3_3" # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers |