summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-05-07 14:16:24 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-05-07 14:16:24 +0000
commit360cf69f811f411c3f19a2f754f1f79161ed5ae2 (patch)
tree32a66018d9ccaba7fcdfb5536bfe27cfd0a9ba1c /dev-python/pyrex
parentFix bug number. (diff)
downloadgentoo-2-360cf69f811f411c3f19a2f754f1f79161ed5ae2.tar.gz
gentoo-2-360cf69f811f411c3f19a2f754f1f79161ed5ae2.tar.bz2
gentoo-2-360cf69f811f411c3f19a2f754f1f79161ed5ae2.zip
Stable for ppc, wrt bug #463080
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyrex')
-rw-r--r--dev-python/pyrex/ChangeLog5
-rw-r--r--dev-python/pyrex/pyrex-0.9.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyrex/ChangeLog b/dev-python/pyrex/ChangeLog
index 7c6e3dad6e51..4b76d59fdd3a 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.98 2013/05/07 13:56:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/ChangeLog,v 1.99 2013/05/07 14:16:24 ago Exp $
+
+ 07 May 2013; Agostino Sarubbo <ago@gentoo.org> pyrex-0.9.9-r1.ebuild:
+ Stable for ppc, wrt bug #463080
07 May 2013; Agostino Sarubbo <ago@gentoo.org> pyrex-0.9.9-r1.ebuild:
Stable for sparc, wrt 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 594b4ed67988..55baf80cf50f 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.4 2013/05/07 13:56:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.9-r1.ebuild,v 1.5 2013/05/07 14:16:24 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}"