From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 081D61580B9 for ; Sun, 22 Aug 2021 17:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 322EAE0863; Sun, 22 Aug 2021 17:58:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B670E0863 for ; Sun, 22 Aug 2021 17:58:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA41D335D65 for ; Sun, 22 Aug 2021 17:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31909857 for ; Sun, 22 Aug 2021 17:58:21 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1629655087.07722d52745d8702b98bb8e88234bd6c00b58cd3.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 07722d52745d8702b98bb8e88234bd6c00b58cd3 X-VCS-Branch: master Date: Sun, 22 Aug 2021 17:58:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73e61a09-c22b-4314-a8b8-c7ec379b19ad X-Archives-Hash: b9330f87ec230f931a77227977dfc8d9 commit: 07722d52745d8702b98bb8e88234bd6c00b58cd3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 22 17:57:27 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 22 17:58:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07722d52 m68k: mask zstd useflag Signed-off-by: Andreas K. Hüttel 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 2b2f55218cb..be156ba36b6 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 +# Andreas K. Hüttel (2021-08-22) +# app-arch/zstd is broken +zstd + # James Le Cuirot (2021-08-20) # There is a community effort to bring Rust to m68k but it's not ready yet. rust