commit: 9f5cf05d8882d277face70862d59836fcce834b8 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Sep 1 20:47:23 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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
