diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 10:28:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 10:28:32 +0000 |
commit | 3e471ff31054bc3570445e9acf953ea7dfa74141 (patch) | |
tree | 9e9fcf1bf925b806b5b326c5064f02c4eb927351 /dev-python | |
parent | Stable for sparc, wrt bug #517106 (diff) | |
download | gentoo-2-3e471ff31054bc3570445e9acf953ea7dfa74141.tar.gz gentoo-2-3e471ff31054bc3570445e9acf953ea7dfa74141.tar.bz2 gentoo-2-3e471ff31054bc3570445e9acf953ea7dfa74141.zip |
Stable for sparc, wrt bug #517106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cython/cython-0.19.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cython/ChangeLog b/dev-python/cython/ChangeLog index dac31a27a5d9..a2d4d1f3a1dd 100644 --- a/dev-python/cython/ChangeLog +++ b/dev-python/cython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.120 2014/09/13 20:33:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.121 2014/09/21 10:28:32 ago Exp $ + + 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild: + Stable for sparc, wrt bug #517106 *cython-0.21 (13 Sep 2014) diff --git a/dev-python/cython/cython-0.19.1-r1.ebuild b/dev-python/cython/cython-0.19.1-r1.ebuild index 479e2589e889..f2f279a45517 100644 --- a/dev-python/cython/cython-0.19.1-r1.ebuild +++ b/dev-python/cython/cython-0.19.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.7 2014/09/13 20:33:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.8 2014/09/21 10:28:32 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 ) @@ -16,7 +16,7 @@ SRC_URI="http://www.cython.org/release/${MY_P}.tar.gz" LICENSE="Apache-2.0" 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 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +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 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc test" # Note: update numpy dep when it is fixed for py3.3. |