diff options
author | 2013-06-30 18:03:24 +0000 | |
---|---|---|
committer | 2013-06-30 18:03:24 +0000 | |
commit | 95f640995bdc4169c228a4bd4685b844c4436430 (patch) | |
tree | 9626dd4a58c4f76016519782927fdc7d560494bf /dev-python/py | |
parent | Stable for s390, wrt bug #473488 (diff) | |
download | gentoo-2-95f640995bdc4169c228a4bd4685b844c4436430.tar.gz gentoo-2-95f640995bdc4169c228a4bd4685b844c4436430.tar.bz2 gentoo-2-95f640995bdc4169c228a4bd4685b844c4436430.zip |
Stable for s390, wrt bug #472858
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/py')
-rw-r--r-- | dev-python/py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/py/py-1.4.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog index 56d6080aaa36..39a284dec458 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.154 2013/06/29 16:23:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.155 2013/06/30 18:03:24 ago Exp $ + + 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild: + Stable for s390, wrt bug #472858 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild: Stable for sparc, wrt bug #472858 diff --git a/dev-python/py/py-1.4.13.ebuild b/dev-python/py/py-1.4.13.ebuild index 2c1f48810dd0..af2a6cb21a77 100644 --- a/dev-python/py/py-1.4.13.ebuild +++ b/dev-python/py/py-1.4.13.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.13.ebuild,v 1.13 2013/06/29 16:23:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v 1.14 2013/06/30 18:03:24 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~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 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" DEPEND=" |