Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/
Date: Mon, 11 Dec 2017 06:06:41
Message-Id: 1512972387.f86102f0cd7d458906386fc0b10ef4de792722a0.heroxbd@gentoo
1 commit: f86102f0cd7d458906386fc0b10ef4de792722a0
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 05:38:57 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 06:06:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86102f0
7
8 sci-libs/hdf5: Add back hl USE flag and conditions.
9
10 Suggested-by: Nikolaj Ĺ ujskij <skrattaren <AT> yandex.ru>
11 Closes: https://bugs.gentoo.org/640220
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 sci-libs/hdf5/hdf5-1.10.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/hdf5/hdf5-1.10.1.ebuild b/sci-libs/hdf5/hdf5-1.10.1.ebuild
18 index 49e39d56ec0..4b97584a479 100644
19 --- a/sci-libs/hdf5/hdf5-1.10.1.ebuild
20 +++ b/sci-libs/hdf5/hdf5-1.10.1.ebuild
21 @@ -18,11 +18,11 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MAJOR_P}/${MY_P}/src/${MY_P
22 LICENSE="NCSA-HDF"
23 SLOT="0/${PV%%_p*}"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
25 -IUSE="cxx debug examples fortran mpi static-libs szip threads zlib"
26 +IUSE="cxx debug examples fortran +hl mpi static-libs szip threads zlib"
27
28 REQUIRED_USE="
29 cxx? ( !mpi ) mpi? ( !cxx )
30 - threads? ( !cxx !mpi !fortran )"
31 + threads? ( !cxx !mpi !fortran !hl )"
32
33 RDEPEND="
34 mpi? ( virtual/mpi[romio] )