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:44
Message-Id: 1609981791.335c95f7efe4076177bee1caa31def4a6b75cc93.sam@gentoo
1 commit: 335c95f7efe4076177bee1caa31def4a6b75cc93
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:09:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:09:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335c95f7
7
8 net-libs/nodejs: Stabilize 12.20.1 arm64, #763588
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-12.20.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-12.20.1.ebuild b/net-libs/nodejs/nodejs-12.20.1.ebuild
16 index b4f8698eaf8..14f184e70e9 100644
17 --- a/net-libs/nodejs/nodejs-12.20.1.ebuild
18 +++ b/net-libs/nodejs/nodejs-12.20.1.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="
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 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl +system-ssl systemtap test"
26 REQUIRED_USE="
27 inspector? ( icu ssl )