Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/
Date: Thu, 30 Jun 2022 21:47:41
Message-Id: 1656625602.82008daa4cb141f276cc07f97e021500a79bdb4e.sam@gentoo
1 commit: 82008daa4cb141f276cc07f97e021500a79bdb4e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 21:53:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 21:46:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82008daa
7
8 sci-libs/hdf5: readd unsupported useflag
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/26125
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/hdf5/hdf5-1.12.2-r4.ebuild | 10 +++++++---
15 1 file changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
18 index 7cb1b8716025..0011fbfc0dc2 100644
19 --- a/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
20 +++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
21 @@ -20,10 +20,13 @@ S="${WORKDIR}/${MY_P}"
22 LICENSE="NCSA-HDF"
23 SLOT="0/${PV%%_p*}"
24 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
25 -IUSE="cxx debug examples fortran +hl mpi szip threads zlib"
26 +IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib"
27 REQUIRED_USE="
28 - cxx? ( !mpi ) mpi? ( !cxx )
29 - threads? ( !cxx !mpi !fortran !hl )"
30 + !unsupported (
31 + cxx? ( !mpi ) mpi? ( !cxx )
32 + threads? ( !cxx !mpi !fortran !hl )
33 + )
34 +"
35
36 RDEPEND="
37 mpi? ( virtual/mpi[romio] )
38 @@ -95,6 +98,7 @@ src_configure() {
39 $(use_enable hl) \
40 $(use_enable mpi parallel) \
41 $(use_enable threads threadsafe) \
42 + $(use_enable unsupported) \
43 $(use_with szip szlib) \
44 $(use_with threads pthread) \
45 $(use_with zlib)