commit: fb4bcca1ce9c582fc2f35c7900c0d7b73cb1ba50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 10:04:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 10:04:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4bcca1
net-libs/nodejs: Stabilize 22.7.0 amd64, #939121
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nodejs/nodejs-22.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/nodejs/nodejs-22.7.0.ebuild
b/net-libs/nodejs/nodejs-22.7.0.ebuild
index 51e02b2bcfe1..e23c4fb01dd5 100644
--- a/net-libs/nodejs/nodejs-22.7.0.ebuild
+++ b/net-libs/nodejs/nodejs-22.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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