diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-15 23:14:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-15 23:14:30 +0000 |
commit | c1369754708db91ba41eba8c7a3af4fcd7f7d26d (patch) | |
tree | 8a8023bbbf265fde151b3411665ef79c9a34fe05 /dev-lang/python | |
parent | Various fixes, added patch to properly recognize the floppy disk type as docu... (diff) | |
download | gentoo-2-c1369754708db91ba41eba8c7a3af4fcd7f7d26d.tar.gz gentoo-2-c1369754708db91ba41eba8c7a3af4fcd7f7d26d.tar.bz2 gentoo-2-c1369754708db91ba41eba8c7a3af4fcd7f7d26d.zip |
Stable for HPPA (bug #325593).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.2-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 02266880f3ee..14e0c172cec0 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.494 2010/08/11 22:32:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.495 2010/08/15 23:14:30 jer Exp $ + + 15 Aug 2010; Jeroen Roovers <jer@gentoo.org> python-3.1.2-r4.ebuild: + Stable for HPPA (bug #325593). 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> python-2.6.5-r3.ebuild, python-3.1.2-r4.ebuild: diff --git a/dev-lang/python/python-3.1.2-r4.ebuild b/dev-lang/python/python-3.1.2-r4.ebuild index 9661d3699e1c..cdbad1d5d37f 100644 --- a/dev-lang/python/python-3.1.2-r4.ebuild +++ b/dev-lang/python/python-3.1.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.8 2010/08/11 22:32:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.9 2010/08/15 23:14:30 jer Exp $ EAPI="3" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.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 |