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: Sat, 15 Jan 2022 09:50:46
Message-Id: 1642240194.bbdd6df68421fc9a30c58bbdbaaf2d5a52ed83ba.chewi@gentoo
1 commit: bbdd6df68421fc9a30c58bbdbaaf2d5a52ed83ba
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 15 09:46:10 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 09:49:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdd6df6
7
8 profiles: Mask postgres USE flag on m68k
9
10 Most of the PostgreSQL tests pass on m68k, but some fail and some hang.
11 I suggest you put your data elsewhere.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 profiles/arch/m68k/use.mask | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
19 index 6206aae25213..e544df9e39d3 100644
20 --- a/profiles/arch/m68k/use.mask
21 +++ b/profiles/arch/m68k/use.mask
22 @@ -4,6 +4,11 @@
23 # Unmask the flag which corresponds to ARCH.
24 -m68k
25
26 +# James Le Cuirot <chewi@g.o> (2022-01-15)
27 +# Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I
28 +# suggest you put your data elsewhere.
29 +postgres
30 +
31 # James Le Cuirot <chewi@g.o> (2022-01-09)
32 # Although Wayland could possibly work in a limited manner, Mesa is required for
33 # most things, and that isn't working on m68k.