commit: dbc86d2ba0435c0449554a05cec0ae59b4de2c7c Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Aug 16 16:26:27 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Aug 16 16:26:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc86d2b
profiles/arch/riscv: limit sci-libs/hdf5 use masks to older versions Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 83b0a862750..46119d65307 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -65,9 +65,10 @@ kde-frameworks/solid ios app-admin/sudo sssd # Alex Fan <[email protected]> (2021-07-20) -# sci-libs/hdf5 fails tests with these 2 use flags enabled, -# otherwise passes all tests -sci-libs/hdf5 fortran debug +# hdf5-1.10 always fails tests with these 2 use flags enabled, otherwise +# passes all tests on at least some systems. No longer needed for 1.12, +# though. +<sci-libs/hdf5-1.12.1 fortran debug # Marek Szuba <[email protected]> (2021-07-19) # dependencies not keyworded here yet
