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: Mon, 02 May 2022 02:02:57
Message-Id: 1651456945.0e2011c2ba3ce9e9b74f6660ab0df9cbb4a4db13.sam@gentoo
1 commit: 0e2011c2ba3ce9e9b74f6660ab0df9cbb4a4db13
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 02:02:25 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 02:02:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2011c2
7
8 net-libs/nodejs: Stabilize 12.22.10 amd64, #835588
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-12.22.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-12.22.10.ebuild b/net-libs/nodejs/nodejs-12.22.10.ebuild
16 index ca7bccc6b0b2..c5d38f8b0541 100644
17 --- a/net-libs/nodejs/nodejs-12.22.10.ebuild
18 +++ b/net-libs/nodejs/nodejs-12.22.10.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 -riscv ~x86 ~amd64-linux ~x64-macos"
24 + KEYWORDS="amd64 ~arm arm64 ppc64 -riscv ~x86 ~amd64-linux ~x64-macos"
25 S="${WORKDIR}/node-v${PV}"
26 fi