diff options
author | 2014-10-18 14:41:28 +0000 | |
---|---|---|
committer | 2014-10-18 14:41:28 +0000 | |
commit | 62a142efe14bb8e9c02f93472963c234a4d8c593 (patch) | |
tree | f80fbc4d4cf8a6ccf458a2cfaf98226075024a4e | |
parent | Stable for x86, wrt bug #524416 (diff) | |
download | gentoo-2-62a142efe14bb8e9c02f93472963c234a4d8c593.tar.gz gentoo-2-62a142efe14bb8e9c02f93472963c234a4d8c593.tar.bz2 gentoo-2-62a142efe14bb8e9c02f93472963c234a4d8c593.zip |
Stable for x86, wrt bug #524416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-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 adb1f972ae82..5b4b29158878 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.128 2014/10/18 14:40:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.129 2014/10/18 14:41:28 ago Exp $ + + 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.21.ebuild: + Stable for x86, wrt bug #524416 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.21.ebuild: Stable for ppc, wrt bug #524416 diff --git a/dev-python/cython/cython-0.21.ebuild b/dev-python/cython/cython-0.21.ebuild index 57c1420f514d..7beb607748ee 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.7 2014/10/18 14:40:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.21.ebuild,v 1.8 2014/10/18 14:41:28 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="" |