Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Thu, 07 Jan 2021 01:10:46
Message-Id: 1609981792.2b56f7cc0d25f519b1fde2ee20bc541e772b39f7.sam@gentoo
1 commit: 2b56f7cc0d25f519b1fde2ee20bc541e772b39f7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:09:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:09:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b56f7cc
7
8 net-libs/nodejs: Stabilize 14.15.4 arm64, #763588
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-14.15.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-14.15.4.ebuild b/net-libs/nodejs/nodejs-14.15.4.ebuild
16 index afd909c940a..dd4da50b968 100644
17 --- a/net-libs/nodejs/nodejs-14.15.4.ebuild
18 +++ b/net-libs/nodejs/nodejs-14.15.4.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
20
21 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
22 SLOT="0/$(ver_cut 1)"
23 -KEYWORDS="~amd64 arm ~arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
24 +KEYWORDS="~amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
25
26 IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
27 REQUIRED_USE="inspector? ( icu ssl )