From 562492fc8343d50a294f431fb569464afc6141df Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 5 Jul 2022 18:35:13 +0200 Subject: sci-libs/hdf5: add missing ? to REQUIRED_USE Signed-off-by: Alessandro Barbieri Closes: https://github.com/gentoo/gentoo/pull/26233 Signed-off-by: Andrew Ammerlaan --- sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/hdf5') diff --git a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild index 0011fbfc0dc2..1de5129ca19f 100644 --- a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild +++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild @@ -22,7 +22,7 @@ SLOT="0/${PV%%_p*}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib" REQUIRED_USE=" - !unsupported ( + !unsupported? ( cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran !hl ) ) -- cgit v1.2.3-65-gdbad