diff options
Diffstat (limited to 'dev-python/pyrex/pyrex-0.9.3-r1.ebuild')
-rw-r--r-- | dev-python/pyrex/pyrex-0.9.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyrex/pyrex-0.9.3-r1.ebuild b/dev-python/pyrex/pyrex-0.9.3-r1.ebuild index c5edbeac1a05..8aec95dd50b6 100644 --- a/dev-python/pyrex/pyrex-0.9.3-r1.ebuild +++ b/dev-python/pyrex/pyrex-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.3-r1.ebuild,v 1.4 2005/04/01 18:14:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.3-r1.ebuild,v 1.5 2005/04/08 16:34:27 corsair Exp $ inherit distutils eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ia64 ~mips ~ppc ~sparc x86 ~ppc64" +KEYWORDS="amd64 ia64 ~mips ~ppc ~sparc x86 ppc64" IUSE="" DEPEND="virtual/python" |