diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:58:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-02 08:58:53 +0000 |
commit | 406ce1d942179427ab76d26631f23d283e4507f4 (patch) | |
tree | b9e9e0109d685fa4330af46c747c4791a40b3177 /dev-lang | |
parent | Stable for amd64, wrt bug #472190 (diff) | |
download | gentoo-2-406ce1d942179427ab76d26631f23d283e4507f4.tar.gz gentoo-2-406ce1d942179427ab76d26631f23d283e4507f4.tar.bz2 gentoo-2-406ce1d942179427ab76d26631f23d283e4507f4.zip |
Stable for x86, wrt bug #475424
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 1c2324277d91..65bc117a7a68 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.663 2013/07/02 08:17:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.664 2013/07/02 08:58:53 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild: + Stable for x86, wrt bug #475424 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild: Stable for amd64, wrt bug #475424 diff --git a/dev-lang/python/python-2.7.5.ebuild b/dev-lang/python/python-2.7.5.ebuild index 3c026ac99bf3..4a61cd913803 100644 --- a/dev-lang/python/python-2.7.5.ebuild +++ b/dev-lang/python/python-2.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.3 2013/07/02 08:17:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.4 2013/07/02 08:58:53 ago Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="2.7" -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 hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. |