diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:21:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:21:17 +0000 |
commit | 66d987f0c0c448ea5f3187480eccf4c0341d01fc (patch) | |
tree | b7150c46fc573617b248e554d10a3dfe5fcd1c2f /dev-lang | |
parent | Stable for HPPA (bug #427548). (diff) | |
download | gentoo-2-66d987f0c0c448ea5f3187480eccf4c0341d01fc.tar.gz gentoo-2-66d987f0c0c448ea5f3187480eccf4c0341d01fc.tar.bz2 gentoo-2-66d987f0c0c448ea5f3187480eccf4c0341d01fc.zip |
Stable for HPPA (bug #427548).
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 7e61e6a9c0c9..158632bbe928 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.618 2012/10/02 15:15:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.619 2012/10/02 15:21:17 jer Exp $ + + 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> python-3.1.5.ebuild: + Stable for HPPA (bug #427548). 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> python-3.2.3-r1.ebuild: Stable for HPPA (bug #427548). diff --git a/dev-lang/python/python-3.1.5.ebuild b/dev-lang/python/python-3.1.5.ebuild index 895f1c51c53d..991de5069462 100644 --- a/dev-lang/python/python-3.1.5.ebuild +++ b/dev-lang/python/python-3.1.5.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-3.1.5.ebuild,v 1.15 2012/09/27 03:08:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.5.ebuild,v 1.16 2012/10/02 15:21:17 jer Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz 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-arch/bzip2 |