commit: 8c0b61007b44bf8865f55901c671655791f92094 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 27 02:52:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 27 02:52:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0b6100
net-libs/nodejs: Stabilize 16.20.0 arm64, #904237 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/nodejs/nodejs-16.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-16.20.0.ebuild b/net-libs/nodejs/nodejs-16.20.0.ebuild index 623f8f78239a..68976fe8c148 100644 --- a/net-libs/nodejs/nodejs-16.20.0.ebuild +++ b/net-libs/nodejs/nodejs-16.20.0.ebuild @@ -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 ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" S="${WORKDIR}/node-v${PV}" fi