net-libs/nodejs: Stabilize 20.6.1 arm64, #914893

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-09-29 01:54:07 +01:00
parent 4a53a1ae93
commit 9d8b98836e

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