diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-14 20:15:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-14 20:15:58 +0000 |
commit | bf73b1bebcfba48e749de24aa7c6c6ba251cfb7f (patch) | |
tree | 92ec223211634c209a22121d6418ba4d2f04b869 /dev-lang/python | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-bf73b1bebcfba48e749de24aa7c6c6ba251cfb7f.tar.gz gentoo-2-bf73b1bebcfba48e749de24aa7c6c6ba251cfb7f.tar.bz2 gentoo-2-bf73b1bebcfba48e749de24aa7c6c6ba251cfb7f.zip |
Stable for HPPA (bug #396329).
(Portage version: 2.2.0_alpha104/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.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index fdb7ffc79e9c..8cebfd894d30 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.593 2012/05/14 16:36:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.594 2012/05/14 20:15:58 jer Exp $ + + 14 May 2012; Jeroen Roovers <jer@gentoo.org> python-2.7.3-r1.ebuild: + Stable for HPPA (bug #396329). 14 May 2012; Agostino Sarubbo <ago@gentoo.org> python-2.6.8.ebuild, python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild: diff --git a/dev-lang/python/python-2.7.3-r1.ebuild b/dev-lang/python/python-2.7.3-r1.ebuild index 04cd4b70164d..2711b92c0896 100644 --- a/dev-lang/python/python-2.7.3-r1.ebuild +++ b/dev-lang/python/python-2.7.3-r1.ebuild @@ -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/dev-lang/python/python-2.7.3-r1.ebuild,v 1.10 2012/05/14 16:36:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.11 2012/05/14 20:15:58 jer Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.7" PYTHON_ABI="${SLOT}" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~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-arch/bzip2 |