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 68DA315808B for ; Sat, 17 Feb 2024 23:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAB252BC015; Sat, 17 Feb 2024 23:39:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8803D2BC013 for ; Sat, 17 Feb 2024 23:39:31 +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 A729C3406C2 for ; Sat, 17 Feb 2024 23:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E3C1239 for ; Sat, 17 Feb 2024 23:39:29 +0000 (UTC) From: "James Le Cuirot" 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" Message-ID: <1708213126.e871780068d533b1f90592e0da093a0d07a9a555.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/x32/package.mask X-VCS-Directories: profiles/arch/amd64/x32/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e871780068d533b1f90592e0da093a0d07a9a555 X-VCS-Branch: master Date: Sat, 17 Feb 2024 23:39:29 +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: e4020e15-c673-4375-ac61-699ddbe7a656 X-Archives-Hash: 2b2b291078ea7113d0db6abb6028e34a commit: e871780068d533b1f90592e0da093a0d07a9a555 Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 17 23:25:08 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 17 23:38:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8717800 profiles: Mask net-misc/sunshine on amd64/x32 It requires nodejs to build, which is unavailable here. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/amd64/x32/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index d418fadc5814..39f72443d8ef 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2024-02-17) +# Requires net-libs/nodejs which is unavailable on amd64/x32. +net-misc/sunshine + # Eli Schwartz (2023-10-19) # Requires net-libs/nodejs which is unavailable on amd64/x32. dev-lang/rapydscript-ng