diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-07-17 18:50:03 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-07-17 18:50:03 +0000 |
commit | 4726333940a4183e87dc852f15748629d04a17f2 (patch) | |
tree | 84ba94b6b33c32271473ad36b6e3a731f4a1119c /dev-lang/python | |
parent | alpha/sparc/x86 stable (diff) | |
download | gentoo-2-4726333940a4183e87dc852f15748629d04a17f2.tar.gz gentoo-2-4726333940a4183e87dc852f15748629d04a17f2.tar.bz2 gentoo-2-4726333940a4183e87dc852f15748629d04a17f2.zip |
Stable on alpha, bug #178800
(Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.5.2-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index ea558c873ab5..c4ab24260359 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.331 2008/07/17 18:06:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.332 2008/07/17 18:50:03 klausman Exp $ + + 17 Jul 2008; Tobias Klausmann <klausman@gentoo.org> + python-2.5.2-r5.ebuild: + Stable on alpha, bug #178800 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> python-2.5.2-r5.ebuild: ia64/sparc stable wrt #178800 diff --git a/dev-lang/python/python-2.5.2-r5.ebuild b/dev-lang/python/python-2.5.2-r5.ebuild index 3854f6b682b8..6fa02891ba6a 100644 --- a/dev-lang/python/python-2.5.2-r5.ebuild +++ b/dev-lang/python/python-2.5.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r5.ebuild,v 1.5 2008/07/17 18:06:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.2-r5.ebuild,v 1.6 2008/07/17 18:50:03 klausman Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -26,7 +26,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.5" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 sqlite doc +threads examples elibc_uclibc wininst" # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} |