diff options
author | 2013-05-14 09:41:05 +0000 | |
---|---|---|
committer | 2013-05-14 09:41:05 +0000 | |
commit | d64e915657bb9110e99cd6043adba370b8718729 (patch) | |
tree | 852d4f14ab94a259a0b35ae735cde6ed01822df2 /dev-python/pyrex | |
parent | Stable for x86, wrt bug #469734 (diff) | |
download | gentoo-2-d64e915657bb9110e99cd6043adba370b8718729.tar.gz gentoo-2-d64e915657bb9110e99cd6043adba370b8718729.tar.bz2 gentoo-2-d64e915657bb9110e99cd6043adba370b8718729.zip |
Stable for x86, wrt bug #463080
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyrex')
-rw-r--r-- | dev-python/pyrex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyrex/pyrex-0.9.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyrex/ChangeLog b/dev-python/pyrex/ChangeLog index 166edb1ee4bb..dc46ca5dfc0a 100644 --- a/dev-python/pyrex/ChangeLog +++ b/dev-python/pyrex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyrex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/ChangeLog,v 1.102 2013/05/10 15:55:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/ChangeLog,v 1.103 2013/05/14 09:41:05 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> pyrex-0.9.9-r1.ebuild: + Stable for x86, wrt bug #463080 10 May 2013; Markus Meier <maekke@gentoo.org> pyrex-0.9.9-r1.ebuild: arm stable, bug #463080 diff --git a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild b/dev-python/pyrex/pyrex-0.9.9-r1.ebuild index 6bae1b11499a..5b0d13bd8161 100644 --- a/dev-python/pyrex/pyrex-0.9.9-r1.ebuild +++ b/dev-python/pyrex/pyrex-0.9.9-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/pyrex/pyrex-0.9.9-r1.ebuild,v 1.8 2013/05/10 15:55:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.9-r1.ebuild,v 1.9 2013/05/14 09:41:05 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/${MY_P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="examples" S="${WORKDIR}/${MY_P}" |