summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-07-05 18:35:13 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-07-05 18:42:43 +0200
commit562492fc8343d50a294f431fb569464afc6141df (patch)
tree97cbb38b601dfc9003bfa6cb4db518b37fa92ccc /sci-libs
parentnet-libs/webkit-gtk: Version bump to 2.36.4 (diff)
downloadgentoo-562492fc8343d50a294f431fb569464afc6141df.tar.gz
gentoo-562492fc8343d50a294f431fb569464afc6141df.tar.bz2
gentoo-562492fc8343d50a294f431fb569464afc6141df.zip
sci-libs/hdf5: add missing ? to REQUIRED_USE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26233 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/hdf5/hdf5-1.12.2-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )
)