commit:     4b3adda7c92231ad940e70de5459fe5b6e230eff
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 21:47:13 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 21:49:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3adda7

profiles: Mask smp USE flag on m68k

m68k simply doesn't support SMP.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/m68k/use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index 472ca7ed8849..8d37993d6fc5 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -52,8 +52,9 @@ lua_targets_lua5-3
 lua_single_target_lua5-3
 
 # James Le Cuirot <ch...@gentoo.org> (2021-09-27)
-# MPI isn't very useful on an architecture that doesn't support SMP.
+# m68k simply doesn't support SMP.
 mpi
+smp
 
 # James Le Cuirot <ch...@gentoo.org> (2021-09-19)
 # I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work.

Reply via email to