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: Fri, 26 Feb 2021 22:02:52
Message-Id: 1614376954.fb91aa9cddb979ecf494a6ecfb74b2d18b955fe2.sam@gentoo
1 commit: fb91aa9cddb979ecf494a6ecfb74b2d18b955fe2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 22:02:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:02:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb91aa9c
7
8 net-libs/nodejs: Stabilize 12.21.0 arm64, #772422
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-12.21.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-12.21.0.ebuild b/net-libs/nodejs/nodejs-12.21.0.ebuild
16 index d897fef9aaf..9ad28a2d5fd 100644
17 --- a/net-libs/nodejs/nodejs-12.21.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-12.21.0.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 )