diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-27 22:41:10 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-27 22:44:07 +0100 |
commit | 7f87bce40cd4578a87184fb9047adb7e8f958171 (patch) | |
tree | c5e51f14077e1764ec7dd137100f89d2767c361e /profiles/arch | |
parent | profiles: Mask mpi USE flag on m68k (diff) | |
download | gentoo-7f87bce40cd4578a87184fb9047adb7e8f958171.tar.gz gentoo-7f87bce40cd4578a87184fb9047adb7e8f958171.tar.bz2 gentoo-7f87bce40cd4578a87184fb9047adb7e8f958171.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/m68k/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 326aa0433e50..72345c3b5fe5 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -5,6 +5,11 @@ -m68k # James Le Cuirot <chewi@gentoo.org> (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 <chewi@gentoo.org> (2021-09-27) # MPI isn't very useful on an architecture that doesn't support SMP. mpi |