commit:     82008daa4cb141f276cc07f97e021500a79bdb4e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 21:53:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 21:46:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82008daa

sci-libs/hdf5: readd unsupported useflag

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26125
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild 
b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
index 7cb1b8716025..0011fbfc0dc2 100644
--- a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
+++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
@@ -20,10 +20,13 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="NCSA-HDF"
 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 zlib"
+IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib"
 REQUIRED_USE="
-       cxx? ( !mpi ) mpi? ( !cxx )
-       threads? ( !cxx !mpi !fortran !hl )"
+       !unsupported (
+               cxx? ( !mpi ) mpi? ( !cxx )
+               threads? ( !cxx !mpi !fortran !hl )
+       )
+"
 
 RDEPEND="
        mpi? ( virtual/mpi[romio] )
@@ -95,6 +98,7 @@ src_configure() {
                $(use_enable hl) \
                $(use_enable mpi parallel) \
                $(use_enable threads threadsafe) \
+               $(use_enable unsupported) \
                $(use_with szip szlib) \
                $(use_with threads pthread) \
                $(use_with zlib)

Reply via email to