commit: d38db25649b56b18dde3c4b741d9577839ee7265
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 8 20:15:17 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 8 20:15:55 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38db256
sci-libs/cgnslib: default-enable USE=hdf5
Needed by freecad via vtk. Only has 3 reverse dependencies:
* paraview (which always needs hdf5 otherwise)
* gmsh (optional hdf5)
* vtk (needs hdf5)
So default-enable hdf5.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/cgnslib/cgnslib-4.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
index 20cb8ab3403a..063ed29cf22a 100644
--- a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
+++ b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ S="${WORKDIR}/CGNS-${PV}"
LICENSE="ZLIB"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="base-scope debug examples fortran hdf5 legacy mpi scoping szip test
tools"
+IUSE="base-scope debug examples fortran +hdf5 legacy mpi scoping szip test
tools"
RDEPEND="
hdf5? ( sci-libs/hdf5:=[mpi=,szip=] )