Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Mon, 31 Oct 2022 16:41:43
Message-Id: 1667234469.80cdd1837d9599d27690e6c5489a5302f6d7a635.ago@gentoo
1 commit: 80cdd1837d9599d27690e6c5489a5302f6d7a635
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:40:42 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:41:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cdd183
7
8 net-libs/nodejs: Stabilize 18.10.0 x86, #877677
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-18.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-18.10.0.ebuild b/net-libs/nodejs/nodejs-18.10.0.ebuild
16 index 03d80fc78a2d..c4fe0dccc534 100644
17 --- a/net-libs/nodejs/nodejs-18.10.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-18.10.0.ebuild
19 @@ -20,7 +20,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 ~loong ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
24 + KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
25 S="${WORKDIR}/node-v${PV}"
26 fi