diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-13 18:29:32 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-13 18:29:32 +0000 |
commit | b37525d752d6c1122aac7e00e7c1e9afd7b826c6 (patch) | |
tree | 6a774f3bc7f707f478b06ddaba405ace138c233c /dev-lang/python | |
parent | Use tarball and distutils setup script instead of messing with single files. (diff) | |
download | gentoo-2-b37525d752d6c1122aac7e00e7c1e9afd7b826c6.tar.gz gentoo-2-b37525d752d6c1122aac7e00e7c1e9afd7b826c6.tar.bz2 gentoo-2-b37525d752d6c1122aac7e00e7c1e9afd7b826c6.zip |
ppc64 stable wrt #387849
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.4-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 8bc2c1e7c5de..8f6e6d402171 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # 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.566 2012/02/10 04:18:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.567 2012/02/13 18:29:32 xarthisius Exp $ + + 13 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> python-2.7.2-r3.ebuild, + python-3.1.4-r3.ebuild: + ppc64 stable wrt #387849 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> -python-2.4.6.ebuild: Removing last python-2.4 ebuilds. Was nice having you around ... diff --git a/dev-lang/python/python-2.7.2-r3.ebuild b/dev-lang/python/python-2.7.2-r3.ebuild index ad3dd904aa09..dd518c816958 100644 --- a/dev-lang/python/python-2.7.2-r3.ebuild +++ b/dev-lang/python/python-2.7.2-r3.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.2-r3.ebuild,v 1.10 2012/02/01 21:28:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.11 2012/02/13 18:29:32 xarthisius Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -31,7 +31,7 @@ fi LICENSE="PSF-2" SLOT="2.7" 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" RDEPEND=">=app-admin/eselect-python-20091230 diff --git a/dev-lang/python/python-3.1.4-r3.ebuild b/dev-lang/python/python-3.1.4-r3.ebuild index ae8008c73258..ddd44c5ba546 100644 --- a/dev-lang/python/python-3.1.4-r3.ebuild +++ b/dev-lang/python/python-3.1.4-r3.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-3.1.4-r3.ebuild,v 1.8 2012/02/01 21:28:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.9 2012/02/13 18:29:32 xarthisius Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -31,7 +31,7 @@ fi LICENSE="PSF-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 |