diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:29:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-03 07:29:42 +0000 |
commit | bc6d138cbbf64799702c339d681d6ec09ba38d7c (patch) | |
tree | 06679dc09c52766379131d252543c228920083f7 /dev-lang | |
parent | new upstream release (diff) | |
download | gentoo-2-bc6d138cbbf64799702c339d681d6ec09ba38d7c.tar.gz gentoo-2-bc6d138cbbf64799702c339d681d6ec09ba38d7c.tar.bz2 gentoo-2-bc6d138cbbf64799702c339d681d6ec09ba38d7c.zip |
Stable for sparc, wrt bug #475424
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", 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 696522ad3604..acd81917ab2d 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.684 2013/07/22 08:52:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.685 2013/08/03 07:29:42 ago Exp $ + + 03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild: + Stable for sparc, wrt bug #475424 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild: Stable for sparc, wrt bug #469988 diff --git a/dev-lang/python/python-2.7.5.ebuild b/dev-lang/python/python-2.7.5.ebuild index 0992ead3b985..fd77a46f4dd2 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.11 2013/07/07 15:15:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.12 2013/08/03 07:29:42 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. |