diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-04-02 15:38:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-04-02 15:38:24 +0000 |
commit | 0defdf2c0f6f008dbf2d85697cafd2a4b15e6fa4 (patch) | |
tree | cc0fa5c1da13d85ed6356528cdd02ff544edd11c /dev-python/cython | |
parent | Stable for HPPA (bug #310665). (diff) | |
download | gentoo-2-0defdf2c0f6f008dbf2d85697cafd2a4b15e6fa4.tar.gz gentoo-2-0defdf2c0f6f008dbf2d85697cafd2a4b15e6fa4.tar.bz2 gentoo-2-0defdf2c0f6f008dbf2d85697cafd2a4b15e6fa4.zip |
Stable for HPPA (bug #308207).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-python/cython')
-rw-r--r-- | dev-python/cython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cython/cython-0.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cython/ChangeLog b/dev-python/cython/ChangeLog index 4594e7d29a2c..0d510903ee0e 100644 --- a/dev-python/cython/ChangeLog +++ b/dev-python/cython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cython # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.44 2010/03/22 11:03:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.45 2010/04/02 15:38:24 jer Exp $ + + 02 Apr 2010; Jeroen Roovers <jer@gentoo.org> cython-0.12.1.ebuild: + Stable for HPPA (bug #308207). 22 Mar 2010; Christian Faulhammer <fauli@gentoo.org> cython-0.12.1.ebuild: stable x86, bug 308207 diff --git a/dev-python/cython/cython-0.12.1.ebuild b/dev-python/cython/cython-0.12.1.ebuild index 350c82f84c01..c10d15111dc9 100644 --- a/dev-python/cython/cython-0.12.1.ebuild +++ b/dev-python/cython/cython-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.12.1.ebuild,v 1.3 2010/03/22 11:03:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.12.1.ebuild,v 1.4 2010/04/02 15:38:24 jer Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.ta LICENSE="PSF-2.4" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc examples" DEPEND="" |