commit: f86102f0cd7d458906386fc0b10ef4de792722a0 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Mon Dec 11 05:38:57 2017 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Mon Dec 11 06:06:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86102f0
sci-libs/hdf5: Add back hl USE flag and conditions. Suggested-by: Nikolaj Ĺ ujskij <skrattaren <AT> yandex.ru> Closes: https://bugs.gentoo.org/640220 Package-Manager: Portage-2.3.16, Repoman-2.3.6 sci-libs/hdf5/hdf5-1.10.1.ebuild | 4 ++-- 1 file 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 49e39d56ec0..4b97584a479 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] )
