diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-24 14:45:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-24 14:45:22 +0000 |
commit | 0f2014163a39cec08a6cc104e9654f814680756a (patch) | |
tree | 8f7b3b4925e41f97035df8f12005686357209f98 /dev-lang/python | |
parent | Stable for ppc64, wrt bug #491270 (diff) | |
download | gentoo-2-0f2014163a39cec08a6cc104e9654f814680756a.tar.gz gentoo-2-0f2014163a39cec08a6cc104e9654f814680756a.tar.bz2 gentoo-2-0f2014163a39cec08a6cc104e9654f814680756a.zip |
Stable for ppc64, wrt bug #532232
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 45aec7d38675..e87a428dfa28 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.803 2014/12/24 14:35:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.804 2014/12/24 14:45:22 ago Exp $ + + 24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> python-2.7.9.ebuild: + Stable for ppc64, wrt bug #532232 24 Dec 2014; Agostino Sarubbo <ago@gentoo.org> python-2.7.9.ebuild: Stable for ppc, wrt bug #532232 diff --git a/dev-lang/python/python-2.7.9.ebuild b/dev-lang/python/python-2.7.9.ebuild index ef77c4c75a3f..f8cdabb4c566 100644 --- a/dev-lang/python/python-2.7.9.ebuild +++ b/dev-lang/python/python-2.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.5 2014/12/24 14:35:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.6 2014/12/24 14:45:22 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 ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 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. |