summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-03 10:04:10 +0000
committerSam James <sam@gentoo.org>2025-01-03 10:04:10 +0000
commit3327bb8cd32c5eef6b2f720c5e4670959ff50f5d (patch)
tree7a589174a3ab3bfdb4456670aa33aca6ad918a15 /net-libs/nodejs
parentnet-libs/nodejs: Stabilize 22.7.0 x86, #939121 (diff)
downloadgentoo-3327bb8cd32c5eef6b2f720c5e4670959ff50f5d.tar.gz
gentoo-3327bb8cd32c5eef6b2f720c5e4670959ff50f5d.tar.bz2
gentoo-3327bb8cd32c5eef6b2f720c5e4670959ff50f5d.zip
net-libs/nodejs: Stabilize 18.20.5 amd64, #947361
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r--net-libs/nodejs/nodejs-18.20.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-18.20.5.ebuild b/net-libs/nodejs/nodejs-18.20.5.ebuild
index f82847e3508a..89e928d9b2b5 100644
--- a/net-libs/nodejs/nodejs-18.20.5.ebuild
+++ b/net-libs/nodejs/nodejs-18.20.5.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