From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1358045-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E4917158087
	for <garchives@archives.gentoo.org>; Sat, 15 Jan 2022 09:50:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1D1F0E07A9;
	Sat, 15 Jan 2022 09:50:46 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6DED7E07A9
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 09:50:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A54C8343542
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 09:50:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B611BD
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 09:50:41 +0000 (UTC)
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org>
Message-ID: <1642240194.bbdd6df68421fc9a30c58bbdbaaf2d5a52ed83ba.chewi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/m68k/use.mask
X-VCS-Directories: profiles/arch/m68k/
X-VCS-Committer: chewi
X-VCS-Committer-Name: James Le Cuirot
X-VCS-Revision: bbdd6df68421fc9a30c58bbdbaaf2d5a52ed83ba
X-VCS-Branch: master
Date: Sat, 15 Jan 2022 09:50:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c1007a42-470c-455c-b980-9d6056b3f18b
X-Archives-Hash: 7ba34bb303c2644afe601dfb4ee20f06

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 <chewi@gentoo.org> (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 <chewi@gentoo.org> (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.