commit: 345e7546b94fc524dd6a0c58620ba60210297955 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 27 21:39:23 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Sep 27 21:39:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345e7546
profiles: Mask mpi USE flag on m68k MPI isn't very useful on an architecture that doesn't support SMP. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 411f503a586..326aa0433e5 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2021-09-27) +# MPI isn't very useful on an architecture that doesn't support SMP. +mpi + # James Le Cuirot <[email protected]> (2021-09-19) # I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work. opengl
