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: Tue, 07 Sep 2021 01:19:26
Message-Id: 1630977533.fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0.sam@gentoo
1 commit: fa4d5e050cdbbc2205d5c450cd2d3090be5c4fe0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 01:18:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 01:18:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4d5e05
7
8 net-libs/nodejs: Stabilize 12.22.5-r1 arm64, #807775
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-12.22.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild b/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
16 index 6e17ad977f0..78b4a6ddee2 100644
17 --- a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
18 +++ b/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]]; then
20 else
21 SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
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 S="${WORKDIR}/node-v${PV}"
26 fi