diff options
author | 2014-10-31 16:08:45 +0000 | |
---|---|---|
committer | 2014-10-31 16:08:45 +0000 | |
commit | 7dcfe23fafd391fdc078db45c1f126562a2a93bf (patch) | |
tree | 534d8b97e2b4c082adcf080d02e5457111904d6a /dev-python/cython | |
parent | Stable for ppc64, wrt bug #524416 (diff) | |
download | gentoo-2-7dcfe23fafd391fdc078db45c1f126562a2a93bf.tar.gz gentoo-2-7dcfe23fafd391fdc078db45c1f126562a2a93bf.tar.bz2 gentoo-2-7dcfe23fafd391fdc078db45c1f126562a2a93bf.zip |
Stable for ppc64, wrt bug #524416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/cython')
-rw-r--r-- | dev-python/cython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cython/cython-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cython/ChangeLog b/dev-python/cython/ChangeLog index caadaf717228..d70c405601b7 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.130 2014/10/18 18:25:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.131 2014/10/31 16:08:45 ago Exp $ + + 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.21.ebuild: + Stable for ppc64, wrt bug #524416 *cython-0.21.1 (18 Oct 2014) diff --git a/dev-python/cython/cython-0.21.ebuild b/dev-python/cython/cython-0.21.ebuild index 7beb607748ee..4e52cd108400 100644 --- a/dev-python/cython/cython-0.21.ebuild +++ b/dev-python/cython/cython-0.21.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.21.ebuild,v 1.8 2014/10/18 14:41:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.ebuild,v 1.9 2014/10/31 16:08:45 ago Exp $ EAPI=5 @@ -17,7 +17,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" RDEPEND="" |