commit: bbbd478c373b2bba022b27bec73b84782457ed09 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Tue Aug 24 16:01:53 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Aug 25 06:13:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbd478c
profiles/base/package.use.mask: mask mpi for sci-libs/med Package depends on sci-libs/hdf5[mpi] which currently has test issues and has USE=mpi masked. Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 52fdfc5312f..4d229873653 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Bernd Waibel <[email protected]> (2021-08-24) +# Needs sci-libs/hdf5[mpi], which is currently masked. +# Mask until hdf5 builds with MPI support. +sci-libs/med mpi + # Marek Szuba <[email protected]> (2021-07-14) # Even on a clean install, 8 phdf5 tests fail (Bug #808612) # Mask for further study.
