diff options
author | 2011-10-24 20:26:44 +0000 | |
---|---|---|
committer | 2011-10-24 20:26:44 +0000 | |
commit | 9f1656f27d359205cde4a712fb0669f7456f6361 (patch) | |
tree | a382d4451e84dce1acd0becb6a7591662223b41f /dev-lang/python | |
parent | x86 stable, bug #387975 (diff) | |
download | gentoo-2-9f1656f27d359205cde4a712fb0669f7456f6361.tar.gz gentoo-2-9f1656f27d359205cde4a712fb0669f7456f6361.tar.bz2 gentoo-2-9f1656f27d359205cde4a712fb0669f7456f6361.zip |
arm stable, bug #387849
(Portage version: 2.1.10.30/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 955204c7127a..3919ac347bec 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.549 2011/10/23 21:38:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.550 2011/10/24 20:26:44 maekke Exp $ + + 24 Oct 2011; Markus Meier <maekke@gentoo.org> python-2.7.2-r3.ebuild: + arm stable, bug #387849 23 Oct 2011; Markus Meier <maekke@gentoo.org> python-3.1.4-r3.ebuild: x86 stable, bug #387849 diff --git a/dev-lang/python/python-2.7.2-r3.ebuild b/dev-lang/python/python-2.7.2-r3.ebuild index bc09da9b9111..1895e1079f7f 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-2011 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.2 2011/10/23 21:36:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2-r3.ebuild,v 1.3 2011/10/24 20:26:44 maekke 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 |