commit: 73f9c304f42c7ff5cbc74514b519bb065a087e73 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Jan 30 14:51:23 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Jan 30 14:51:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f9c304
profiles: Mask fish-completion USE flag on m68k The app-shells/fish tests fail on m68k, so it remains unkeyworded. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index e544df9e39d3..472ca7ed8849 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2022-01-30) +# The app-shells/fish tests fail on m68k, so it remains unkeyworded. +fish-completion + # James Le Cuirot <[email protected]> (2022-01-15) # Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I # suggest you put your data elsewhere.
