diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 04:32:03 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-02-10 04:32:03 +0000 |
commit | e3a375fffda2031a8a070720f223a253a7b046ec (patch) | |
tree | e0f8814de13e4003d87145cdc79f27bc7681045f /dev-lang | |
parent | Marked ppc stable for bug #302878. (diff) | |
download | gentoo-2-e3a375fffda2031a8a070720f223a253a7b046ec.tar.gz gentoo-2-e3a375fffda2031a8a070720f223a253a7b046ec.tar.bz2 gentoo-2-e3a375fffda2031a8a070720f223a253a7b046ec.zip |
Marked ppc stable for bug #303005.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-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 72d45b4eed93..db404a394369 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.448 2010/02/07 19:39:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.449 2010/02/10 04:32:03 josejx Exp $ + + 10 Feb 2010; Joseph Jezak <josejx@gentoo.org> python-2.5.4-r4.ebuild: + Marked ppc stable for bug #303005. 07 Feb 2010; Markus Meier <maekke@gentoo.org> python-2.5.4-r4.ebuild: arm/x86 stable, 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 44e6a8335c48..4f2e43dd8ed6 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.9 2010/02/07 19:39:20 maekke Exp $ +# $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 $ 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} |