diff options
author | 2013-07-02 07:45:13 +0000 | |
---|---|---|
committer | 2013-07-02 07:45:13 +0000 | |
commit | a44462ebf45a5c5574d935ad0a4265f7dd03deac (patch) | |
tree | 2b0c6e1531401ea062262f8b5b894f7b682a286d /dev-python/py | |
parent | Stable for sh, wrt bug #472868 (diff) | |
download | gentoo-2-a44462ebf45a5c5574d935ad0a4265f7dd03deac.tar.gz gentoo-2-a44462ebf45a5c5574d935ad0a4265f7dd03deac.tar.bz2 gentoo-2-a44462ebf45a5c5574d935ad0a4265f7dd03deac.zip |
Stable for sh, wrt bug #472858
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", 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 39a284dec458..5fd639a250de 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.155 2013/06/30 18:03:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.156 2013/07/02 07:45:13 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild: + Stable for sh, wrt bug #472858 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild: Stable for s390, wrt bug #472858 diff --git a/dev-python/py/py-1.4.13.ebuild b/dev-python/py/py-1.4.13.ebuild index af2a6cb21a77..863367b96a74 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.14 2013/06/30 18:03:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v 1.15 2013/07/02 07:45:13 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=" |