commit: ba8618c58242ea31f430d946a83eebaa2f8cb590
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 4 03:40:57 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 03:40:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8618c5
net-libs/nodejs: Stabilize 22.3.0 amd64, #934642
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nodejs/nodejs-22.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/nodejs/nodejs-22.3.0.ebuild
b/net-libs/nodejs/nodejs-22.3.0.ebuild
index d0b6e626704d..306ba6b072c8 100644
--- a/net-libs/nodejs/nodejs-22.3.0.ebuild
+++ b/net-libs/nodejs/nodejs-22.3.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 ~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