summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-12-11 14:38:57 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-12-11 15:06:27 +0900
commitf86102f0cd7d458906386fc0b10ef4de792722a0 (patch)
tree0f28cf39bf03427b86a50d3c23e8b4132d423818 /sci-libs
parentsys-apps/baselayout-prefix: keyword ~arm64 (diff)
downloadgentoo-f86102f0cd7d458906386fc0b10ef4de792722a0.tar.gz
gentoo-f86102f0cd7d458906386fc0b10ef4de792722a0.tar.bz2
gentoo-f86102f0cd7d458906386fc0b10ef4de792722a0.zip
sci-libs/hdf5: Add back hl USE flag and conditions.
Suggested-by: Nikolaj Šujskij <skrattaren@yandex.ru> Closes: https://bugs.gentoo.org/640220 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/hdf5-1.10.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.10.1.ebuild b/sci-libs/hdf5/hdf5-1.10.1.ebuild
index 49e39d56ec08..4b97584a479c 100644
--- a/sci-libs/hdf5/hdf5-1.10.1.ebuild
+++ b/sci-libs/hdf5/hdf5-1.10.1.ebuild
@@ -18,11 +18,11 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MAJOR_P}/${MY_P}/src/${MY_P
LICENSE="NCSA-HDF"
SLOT="0/${PV%%_p*}"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="cxx debug examples fortran mpi static-libs szip threads zlib"
+IUSE="cxx debug examples fortran +hl mpi static-libs szip threads zlib"
REQUIRED_USE="
cxx? ( !mpi ) mpi? ( !cxx )
- threads? ( !cxx !mpi !fortran )"
+ threads? ( !cxx !mpi !fortran !hl )"
RDEPEND="
mpi? ( virtual/mpi[romio] )