diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-10 18:14:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-10 18:14:53 +0000 |
commit | 260f8c17e7eed50c5d460d36ba85475b6d93336b (patch) | |
tree | 16771216ccd6aca360f57af4206b086dfc675e24 /dev-lang/python | |
parent | Remove dbus-qt3-old. Masked for over 30 days. Nothing uses it. (diff) | |
download | gentoo-2-260f8c17e7eed50c5d460d36ba85475b6d93336b.tar.gz gentoo-2-260f8c17e7eed50c5d460d36ba85475b6d93336b.tar.bz2 gentoo-2-260f8c17e7eed50c5d460d36ba85475b6d93336b.zip |
Stable for HPPA (bug #303005).
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.5.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index db404a394369..960ca3c1461e 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.449 2010/02/10 04:32:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.450 2010/02/10 18:14:53 jer Exp $ + + 10 Feb 2010; Jeroen Roovers <jer@gentoo.org> python-2.5.4-r4.ebuild: + Stable for HPPA (bug #303005). 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> python-2.5.4-r4.ebuild: Marked ppc stable for bug #303005. diff --git a/dev-lang/python/python-2.5.4-r4.ebuild b/dev-lang/python/python-2.5.4-r4.ebuild index 4f2e43dd8ed6..9062a2c9c98f 100644 --- a/dev-lang/python/python-2.5.4-r4.ebuild +++ b/dev-lang/python/python-2.5.4-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-2.5.4-r4.ebuild,v 1.10 2010/02/10 04:32:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.11 2010/02/10 18:14:53 jer Exp $ EAPI="1" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.5" 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" # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes} |