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.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 51325158064 for ; Thu, 9 May 2024 23:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02EE7E2BE1; Thu, 9 May 2024 23:09:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7E50E2BE0 for ; Thu, 9 May 2024 23:09:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E45E3343096 for ; Thu, 9 May 2024 23:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4591A80 for ; Thu, 9 May 2024 23:09:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715294713.6c918a33118902360c569b896d45e4149641b89f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c918a33118902360c569b896d45e4149641b89f X-VCS-Branch: master Date: Thu, 9 May 2024 23:09:10 +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: 9515cd9e-0d72-4514-b5e8-bf45766f6ef4 X-Archives-Hash: e5a14e5046b50d04d5a45521f62ef95c commit: 6c918a33118902360c569b896d45e4149641b89f Author: Sam James gentoo org> AuthorDate: Thu May 9 22:45:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 9 22:45:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c918a33 profiles/base: mask net-misc/openssh[xmss] Experimental option upstream which seems undertested and underdocumented. Fails to build with stricter C compilers too (bug #919685). Bug: https://bugs.gentoo.org/919685 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 20c21ce3ff99..17375914751e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2024-05-09) +# Experimental option upstream which seems undertested and underdocumented. +# Fails to build with stricter C compilers too (bug #919685). +net-misc/openssh xmss + # Matt Turner (2024-05-08) # Brand new, introduces lots of new aspects to the build. # Masked for further testing.