diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2016-12-09 15:30:20 +0100 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-12-10 11:54:23 +0900 |
commit | 8a2f220fa512d5e1d0f95a6df752aaac9add58f7 (patch) | |
tree | 0a97ca83864f2744ef5e012e0518bd2042cb5b32 /dev-python/h5py | |
parent | dev-python/glueviz: version bump (diff) | |
download | gentoo-8a2f220fa512d5e1d0f95a6df752aaac9add58f7.tar.gz gentoo-8a2f220fa512d5e1d0f95a6df752aaac9add58f7.tar.bz2 gentoo-8a2f220fa512d5e1d0f95a6df752aaac9add58f7.zip |
dev-python/h5py: Fix dependecy on hdf5[hl] (PR #3061).
Package-Manager: portage-2.3.0
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-python/h5py')
-rw-r--r-- | dev-python/h5py/h5py-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/h5py/h5py-2.6.0.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/h5py/h5py-2.3.1.ebuild b/dev-python/h5py/h5py-2.3.1.ebuild index a2928b53e2cf..f8cf3ef33fa8 100644 --- a/dev-python/h5py/h5py-2.3.1.ebuild +++ b/dev-python/h5py/h5py-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test examples mpi" RDEPEND=" - sci-libs/hdf5:=[mpi=] + sci-libs/hdf5:=[mpi=,hl(+)] dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/h5py/h5py-2.4.0.ebuild b/dev-python/h5py/h5py-2.4.0.ebuild index cf1fab90a894..50cbd30213d0 100644 --- a/dev-python/h5py/h5py-2.4.0.ebuild +++ b/dev-python/h5py/h5py-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test examples mpi" RDEPEND=" - sci-libs/hdf5:=[mpi=] + sci-libs/hdf5:=[mpi=,hl(+)] dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/h5py/h5py-2.5.0.ebuild b/dev-python/h5py/h5py-2.5.0.ebuild index e73e79ed7c70..e4f542d642ca 100644 --- a/dev-python/h5py/h5py-2.5.0.ebuild +++ b/dev-python/h5py/h5py-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test examples mpi" RDEPEND=" - sci-libs/hdf5:=[mpi=] + sci-libs/hdf5:=[mpi=,hl(+)] dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-python/h5py/h5py-2.6.0.ebuild b/dev-python/h5py/h5py-2.6.0.ebuild index 260b96496b86..55e87936d68c 100644 --- a/dev-python/h5py/h5py-2.6.0.ebuild +++ b/dev-python/h5py/h5py-2.6.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test examples mpi" RDEPEND=" - sci-libs/hdf5:=[mpi=] + sci-libs/hdf5:=[mpi=,hl(+)] dev-python/numpy[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |