commit: 7f87bce40cd4578a87184fb9047adb7e8f958171 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 27 21:41:10 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Sep 27 21:44:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f87bce4
profiles: Mask Lua 5.3 USE flags on m68k The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 326aa0433e5..72345c3b5fe 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2021-09-27) +# The Lua 5.3 tests fail on m68k so it's probably broken. 5.4 works. +lua_targets_lua5-3 +lua_single_target_lua5-3 + # James Le Cuirot <[email protected]> (2021-09-27) # MPI isn't very useful on an architecture that doesn't support SMP. mpi
