diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:36:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:36:45 +0000 |
commit | 6bef07ed86792188bdd9cbdaacb0ce4a4978e45d (patch) | |
tree | 0eeae4d319a2f93f555955f0e0429c17697003fa /dev-python/numpy/numpy-1.5.1.ebuild | |
parent | Fix syntax error in the init script. bug #404525 (diff) | |
download | gentoo-2-6bef07ed86792188bdd9cbdaacb0ce4a4978e45d.tar.gz gentoo-2-6bef07ed86792188bdd9cbdaacb0ce4a4978e45d.tar.bz2 gentoo-2-6bef07ed86792188bdd9cbdaacb0ce4a4978e45d.zip |
Restricting pypy #403757
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/numpy/numpy-1.5.1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/numpy/numpy-1.5.1.ebuild b/dev-python/numpy/numpy-1.5.1.ebuild index b891e950a808..4a57471ac7c3 100644 --- a/dev-python/numpy/numpy-1.5.1.ebuild +++ b/dev-python/numpy/numpy-1.5.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.18 2011/06/21 18:05:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.5.1.ebuild,v 1.19 2012/02/20 15:36:45 patrick Exp $ EAPI=3 PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*" inherit distutils eutils fortran-2 flag-o-matic toolchain-funcs versionator |