commit: 7fa499da25bf08098ba57a7421129c9288443de4 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed May 18 16:56:56 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed May 18 16:58:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa499da
sci-libs/vtk: unrestrict hdf5 The issue was never in vtk, it was in netcdf which has been fixed. Compiles without problems now. Bug: https://bugs.gentoo.org/833943 Closes: https://bugs.gentoo.org/834087 Closes: https://bugs.gentoo.org/809209 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/vtk/{vtk-9.1.0-r1.ebuild => vtk-9.1.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-9.1.0-r1.ebuild b/sci-libs/vtk/vtk-9.1.0-r2.ebuild similarity index 99% rename from sci-libs/vtk/vtk-9.1.0-r1.ebuild rename to sci-libs/vtk/vtk-9.1.0-r2.ebuild index a6ac2ea19bcb..13d7663c5bbf 100644 --- a/sci-libs/vtk/vtk-9.1.0-r1.ebuild +++ b/sci-libs/vtk/vtk-9.1.0-r2.ebuild @@ -71,7 +71,7 @@ RDEPEND=" media-libs/libpng:= media-libs/libtheora media-libs/tiff - <sci-libs/hdf5-1.12:=[mpi=] + sci-libs/hdf5:=[mpi=] sci-libs/netcdf:=[mpi=] sys-libs/zlib media-libs/libjpeg-turbo
