diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 05:34:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 05:34:40 +0000 |
commit | eaa14040a54e246ded149fc324766cc5a0ca6ef9 (patch) | |
tree | bc6680ee5f92349d009ff9f89160133a6e263fb1 /dev-python/h5py/h5py-2.0.1.ebuild | |
parent | Lastrite sys-fs/extundelete wrt #402633 (diff) | |
download | historical-eaa14040a54e246ded149fc324766cc5a0ca6ef9.tar.gz historical-eaa14040a54e246ded149fc324766cc5a0ca6ef9.tar.bz2 historical-eaa14040a54e246ded149fc324766cc5a0ca6ef9.zip |
Restricting pypy and jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/h5py/h5py-2.0.1.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h5py/h5py-2.0.1.ebuild b/dev-python/h5py/h5py-2.0.1.ebuild index a0cdbacb4228..1dc6ab0b0467 100644 --- a/dev-python/h5py/h5py-2.0.1.ebuild +++ b/dev-python/h5py/h5py-2.0.1.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/h5py/h5py-2.0.1.ebuild,v 1.2 2012/01/17 10:10:59 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.0.1.ebuild,v 1.3 2012/02/23 05:34:40 patrick Exp $ EAPI="3" PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" +RESTRICT_PYTHON_ABIS="2.5 *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="setup.py" inherit distutils |