diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:26:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:26:27 +0000 |
commit | 93c6cf59bba5630297c5c58c0b9c4c6578e19e5d (patch) | |
tree | 09b29c68d54c98579b19cc2953a77375027f7e03 /dev-python/pycuda/pycuda-9999.ebuild | |
parent | Fixing pypy restricts to actually work (diff) | |
download | gentoo-2-93c6cf59bba5630297c5c58c0b9c4c6578e19e5d.tar.gz gentoo-2-93c6cf59bba5630297c5c58c0b9c4c6578e19e5d.tar.bz2 gentoo-2-93c6cf59bba5630297c5c58c0b9c4c6578e19e5d.zip |
Fixing pypy restricts to actually work
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycuda/pycuda-9999.ebuild')
-rw-r--r-- | dev-python/pycuda/pycuda-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild index 414be4ae3be5..76bd0fbc3478 100644 --- a/dev-python/pycuda/pycuda-9999.ebuild +++ b/dev-python/pycuda/pycuda-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.10 2012/01/28 19:55:27 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.11 2012/02/20 14:26:27 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" inherit distutils git-2 multilib |