commit:     8a2f220fa512d5e1d0f95a6df752aaac9add58f7
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec  9 14:30:20 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 02:54:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2f220f

dev-python/h5py: Fix dependecy on hdf5[hl] (PR #3061).

Package-Manager: portage-2.3.0

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-python/h5py/h5py-2.3.1.ebuild | 4 ++--
 dev-python/h5py/h5py-2.4.0.ebuild | 4 ++--
 dev-python/h5py/h5py-2.5.0.ebuild | 4 ++--
 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 a2928b5..f8cf3ef 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 cf1fab9..50cbd30 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 e73e79e..e4f542d 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 260b964..55e8793 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}

Reply via email to