diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-10-26 14:39:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-10-26 14:39:16 +0000 |
commit | 3d34a8e276abe63324e407f43cebb26a411e47c1 (patch) | |
tree | 40e7a3c186b3e8d2eafdb424d68c560700173b9b /dev-lang/python | |
parent | Stable for HPPA (bug #387849). (diff) | |
download | historical-3d34a8e276abe63324e407f43cebb26a411e47c1.tar.gz historical-3d34a8e276abe63324e407f43cebb26a411e47c1.tar.bz2 historical-3d34a8e276abe63324e407f43cebb26a411e47c1.zip |
Stable for HPPA (bug #387849).
Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.4-r3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 1ebf114284e5..dbee910d08b2 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.551 2011/10/26 14:37:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.552 2011/10/26 14:39:16 jer Exp $ + + 26 Oct 2011; Jeroen Roovers <jer@gentoo.org> python-3.1.4-r3.ebuild: + Stable for HPPA (bug #387849). 26 Oct 2011; Jeroen Roovers <jer@gentoo.org> python-2.7.2-r3.ebuild: Stable for HPPA (bug #387849). diff --git a/dev-lang/python/python-2.7.2-r3.ebuild b/dev-lang/python/python-2.7.2-r3.ebuild index 1895e1079f7f..4e55f3694969 100644 --- a/dev-lang/python/python-2.7.2-r3.ebuild +++ b/dev-lang/python/python-2.7.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.3 2011/10/24 20:26:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.4 2011/10/26 14:37:12 jer Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -31,7 +31,7 @@ fi LICENSE="PSF-2" SLOT="2.7" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND=">=app-admin/eselect-python-20091230 diff --git a/dev-lang/python/python-3.1.4-r3.ebuild b/dev-lang/python/python-3.1.4-r3.ebuild index 84e6e106e869..f02a288b5441 100644 --- a/dev-lang/python/python-3.1.4-r3.ebuild +++ b/dev-lang/python/python-3.1.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.2 2011/10/23 21:38:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.3 2011/10/26 14:39:16 jer Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -31,7 +31,7 @@ fi LICENSE="PSF-2" SLOT="3.1" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND=">=app-admin/eselect-python-20091230 |