commit:     5aac98ba33e5dee3a4cb74d451fcfde895d14c2b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 23:39:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 23:39:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aac98ba

sci-libs/vtk: depend on sci-libs/hdf5[cxx] for USE=cgns

Closes: https://bugs.gentoo.org/945964
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/vtk/vtk-9.3.1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/vtk/vtk-9.3.1.ebuild b/sci-libs/vtk/vtk-9.3.1.ebuild
index 62f33476fe4f..b893c6c86c4d 100644
--- a/sci-libs/vtk/vtk-9.3.1.ebuild
+++ b/sci-libs/vtk/vtk-9.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -86,7 +86,10 @@ RDEPEND="
        sci-libs/proj:=
        sys-libs/zlib
        boost? ( dev-libs/boost:=[mpi?] )
-       cgns? ( >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=] )
+       cgns? (
+               >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=]
+               sci-libs/hdf5[cxx]
+       )
        cuda? ( dev-util/nvidia-cuda-toolkit:= )
        ffmpeg? ( media-video/ffmpeg:= )
        gdal? ( sci-libs/gdal:= )

Reply via email to