diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-04 20:44:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-04 20:44:31 +0000 |
commit | c5edcf25bc7ff5c56bf4a074b4e6bda3fe33d6ff (patch) | |
tree | e4548632c5786cfae8201ef1538db3b061b49cc3 /dev-python/h5py | |
parent | Stable on amd64 wrt bug #365369 (diff) | |
download | gentoo-2-c5edcf25bc7ff5c56bf4a074b4e6bda3fe33d6ff.tar.gz gentoo-2-c5edcf25bc7ff5c56bf4a074b4e6bda3fe33d6ff.tar.bz2 gentoo-2-c5edcf25bc7ff5c56bf4a074b4e6bda3fe33d6ff.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha30_p48/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h5py/h5py-1.3.1.ebuild b/dev-python/h5py/h5py-1.3.1.ebuild index 595791a22df5..5a05eff9e146 100644 --- a/dev-python/h5py/h5py-1.3.1.ebuild +++ b/dev-python/h5py/h5py-1.3.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild,v 1.1 2011/05/03 22:20:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild,v 1.2 2011/05/04 20:44:31 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="setup.py" inherit distutils |