diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-05-12 11:00:35 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-05-12 11:00:35 +0000 |
commit | 13e3ea3e2b9f63968456b65d7e6c79c6c77c4511 (patch) | |
tree | e9d44e5fc9225f97061997a0546f6c46109a88a7 /dev-lang | |
parent | Remove old version, grabbing package. (diff) | |
download | gentoo-2-13e3ea3e2b9f63968456b65d7e6c79c6c77c4511.tar.gz gentoo-2-13e3ea3e2b9f63968456b65d7e6c79c6c77c4511.tar.bz2 gentoo-2-13e3ea3e2b9f63968456b65d7e6c79c6c77c4511.zip |
Stable on alpha, bug #396329
(Portage version: 2.1.10.58/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.7.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index bac1ae03fed1..8186c513ef6f 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.590 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.591 2012/05/12 11:00:35 klausman Exp $ + + 12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.7.3-r1.ebuild: + Stable on alpha, bug #396329 03 May 2012; Jeff Horelick <jdhore@gentoo.org> python-2.5.4-r4.ebuild, python-2.6.6-r2.ebuild, python-2.6.7-r2.ebuild, python-2.6.8.ebuild, diff --git a/dev-lang/python/python-2.7.3-r1.ebuild b/dev-lang/python/python-2.7.3-r1.ebuild index 27e2404868ca..65c198633654 100644 --- a/dev-lang/python/python-2.7.3-r1.ebuild +++ b/dev-lang/python/python-2.7.3-r1.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-2.7.3-r1.ebuild,v 1.8 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.9 2012/05/12 11:00:35 klausman Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.7" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 |