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 19:03:55
Message-Id: 1614366223.ae253bf0af820746b4efc882cd719b6479d93fbe.sam@gentoo
1 commit: ae253bf0af820746b4efc882cd719b6479d93fbe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 19:03:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 19:03:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae253bf0
7
8 net-libs/nodejs: Stabilize 12.21.0 arm, #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 e26d26aac85..d897fef9aaf 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 )