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: Sun, 30 Jan 2022 14:52:25
Message-Id: 1643554283.73f9c304f42c7ff5cbc74514b519bb065a087e73.chewi@gentoo
1 commit: 73f9c304f42c7ff5cbc74514b519bb065a087e73
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 14:51:23 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 14:51:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f9c304
7
8 profiles: Mask fish-completion USE flag on m68k
9
10 The app-shells/fish tests fail on m68k, so it remains unkeyworded.
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 e544df9e39d3..472ca7ed8849 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> (2022-01-30)
26 +# The app-shells/fish tests fail on m68k, so it remains unkeyworded.
27 +fish-completion
28 +
29 # James Le Cuirot <chewi@g.o> (2022-01-15)
30 # Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I
31 # suggest you put your data elsewhere.