diff options
author | 2014-08-11 07:07:13 +0000 | |
---|---|---|
committer | 2014-08-11 07:07:13 +0000 | |
commit | 41dc1253f46689902680ed3332338a375c9f18d3 (patch) | |
tree | 062552ba8f397cee7fd678cb6535e6448818794d /dev-python/h5py/h5py-2.3.1.ebuild | |
parent | dev-python/mpi4py: Add python3.4 support (diff) | |
download | gentoo-2-41dc1253f46689902680ed3332338a375c9f18d3.tar.gz gentoo-2-41dc1253f46689902680ed3332338a375c9f18d3.tar.bz2 gentoo-2-41dc1253f46689902680ed3332338a375c9f18d3.zip |
dev-python/h5py: Add python3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/h5py/h5py-2.3.1.ebuild')
-rw-r--r-- | dev-python/h5py/h5py-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h5py/h5py-2.3.1.ebuild b/dev-python/h5py/h5py-2.3.1.ebuild index 78e814f671b2..aff2582a1c52 100644 --- a/dev-python/h5py/h5py-2.3.1.ebuild +++ b/dev-python/h5py/h5py-2.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.4 2014/07/23 16:04:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-2.3.1.ebuild,v 1.5 2014/08/11 07:07:13 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit distutils-r1 flag-o-matic |