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:37
Message-Id: 1632779047.7f87bce40cd4578a87184fb9047adb7e8f958171.chewi@gentoo
1 commit: 7f87bce40cd4578a87184fb9047adb7e8f958171
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 21:41:10 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 21:44:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f87bce4
7
8 profiles: Mask Lua 5.3 USE flags on m68k
9
10 The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 profiles/arch/m68k/use.mask | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
18 index 326aa0433e5..72345c3b5fe 100644
19 --- a/profiles/arch/m68k/use.mask
20 +++ b/profiles/arch/m68k/use.mask
21 @@ -4,6 +4,11 @@
22 # Unmask the flag which corresponds to ARCH.
23 -m68k
24
25 +# James Le Cuirot <chewi@g.o> (2021-09-27)
26 +# The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works.
27 +lua_targets_lua5-3
28 +lua_single_target_lua5-3
29 +
30 # James Le Cuirot <chewi@g.o> (2021-09-27)
31 # MPI isn't very useful on an architecture that doesn't support SMP.
32 mpi