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: 1651456963.ecd22fffac4e9d3244429abfbcd0ee42a73189fe.sam@gentoo
1 commit: ecd22fffac4e9d3244429abfbcd0ee42a73189fe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 02:02:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 02:02:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd22fff
7
8 net-libs/nodejs: Stabilize 14.19.0 x86, #835588
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-14.19.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-14.19.0.ebuild b/net-libs/nodejs/nodejs-14.19.0.ebuild
16 index 7d35dc2185c6..20db05ccbc22 100644
17 --- a/net-libs/nodejs/nodejs-14.19.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-14.19.0.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