commit: bbdd6df68421fc9a30c58bbdbaaf2d5a52ed83ba Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 09:46:10 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Jan 15 09:49:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdd6df6
profiles: Mask postgres USE flag on m68k Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I suggest you put your data elsewhere. 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 6206aae25213..e544df9e39d3 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]> (2022-01-15) +# Most of the PostgreSQL tests pass on m68k, but some fail and some hang. I +# suggest you put your data elsewhere. +postgres + # James Le Cuirot <[email protected]> (2022-01-09) # Although Wayland could possibly work in a limited manner, Mesa is required for # most things, and that isn't working on m68k.
