Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/
Date: Mon, 27 Sep 2021 21:44:38
Message-Id: 1632778763.345e7546b94fc524dd6a0c58620ba60210297955.chewi@gentoo
1 commit: 345e7546b94fc524dd6a0c58620ba60210297955
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 21:39:23 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 21:39:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345e7546
7
8 profiles: Mask mpi USE flag on m68k
9
10 MPI isn't very useful on an architecture that doesn't support SMP.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 profiles/arch/m68k/use.mask | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
18 index 411f503a586..326aa0433e5 100644
19 --- a/profiles/arch/m68k/use.mask
20 +++ b/profiles/arch/m68k/use.mask
21 @@ -4,6 +4,10 @@
22 # Unmask the flag which corresponds to ARCH.
23 -m68k
24
25 +# James Le Cuirot <chewi@g.o> (2021-09-27)
26 +# MPI isn't very useful on an architecture that doesn't support SMP.
27 +mpi
28 +
29 # James Le Cuirot <chewi@g.o> (2021-09-19)
30 # I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work.
31 opengl