net-libs/nodejs: Stabilize 20.2.0 arm64, #907052

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-31 06:23:54 +01:00
parent 867e832f17
commit d13906f72b

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