diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 11:06:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 11:06:07 +0000 |
commit | 5f46679567a49f189152d91eab6ecf80e0952c35 (patch) | |
tree | 2e0bd8ea5f463f9d3e3f329fd1b07d28e2a9db6e | |
parent | Add ~arm keyword, wrt bug #463344 (diff) | |
download | gentoo-2-5f46679567a49f189152d91eab6ecf80e0952c35.tar.gz gentoo-2-5f46679567a49f189152d91eab6ecf80e0952c35.tar.bz2 gentoo-2-5f46679567a49f189152d91eab6ecf80e0952c35.zip |
Stable for ppc, wrt bug #462852
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/py/py-1.4.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog index 27f2bc09ec39..493c90abbb71 100644 --- a/dev-python/py/ChangeLog +++ b/dev-python/py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/py # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.133 2013/03/24 12:36:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.134 2013/03/26 11:06:07 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild: + Stable for ppc, wrt bug #462852 24 Mar 2013; Markus Meier <maekke@gentoo.org> py-1.4.12-r1.ebuild: arm stable, bug #462852 diff --git a/dev-python/py/py-1.4.12-r1.ebuild b/dev-python/py/py-1.4.12-r1.ebuild index 42b04b29aa7a..1c4ec709c4c9 100644 --- a/dev-python/py/py-1.4.12-r1.ebuild +++ b/dev-python/py/py-1.4.12-r1.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-python/py/py-1.4.12-r1.ebuild,v 1.7 2013/03/24 12:36:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild,v 1.8 2013/03/26 11:06:07 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" DEPEND="app-arch/unzip |