net-libs/nodejs: Stabilize 20.17.0 arm64, #939121

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-09-05 20:30:36 +01:00
parent fb835770e4
commit 951549a5b1

View File

@@ -20,7 +20,7 @@ if [[ ${PV} == *9999 ]]; then
else
SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
S="${WORKDIR}/node-v${PV}"
fi