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 607931580B2 for ; Wed, 1 Sep 2021 20:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962E0E083D; Wed, 1 Sep 2021 20:52:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79A92E0837 for ; Wed, 1 Sep 2021 20:52:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4604133E695 for ; Wed, 1 Sep 2021 20:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90167E for ; Wed, 1 Sep 2021 20:52:47 +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: <1630529515.9f5cf05d8882d277face70862d59836fcce834b8.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: 9f5cf05d8882d277face70862d59836fcce834b8 X-VCS-Branch: master Date: Wed, 1 Sep 2021 20:52:47 +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: 2ef682da-38d5-431f-a7c4-3cfdccbac232 X-Archives-Hash: d6670db43a7cee2f82b6efb6bafa9711 commit: 9f5cf05d8882d277face70862d59836fcce834b8 Author: James Le Cuirot gentoo org> AuthorDate: Wed Sep 1 20:47:23 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Sep 1 20:51:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5cf05d profiles: Mask dev-util/uglifyjs on x32 It requires Node.js, which is unavailable. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/amd64/x32/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 2f00837f0a0..ee7ea189a2a 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -142,6 +142,7 @@ dev-ruby/coffee-script dev-ruby/execjs dev-ruby/turbolinks dev-ruby/uglifier +dev-util/uglifyjs net-libs/nodejs sys-apps/yarn www-apps/jekyll-coffeescript