summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-08-11 08:57:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-08-11 08:57:33 +0300
commitff78d4d070ebeec3a29579f30bf00e9a3e8b6d78 (patch)
tree8fc31eee31d1988c0401c5a92ffd98f9f58d1249 /net-libs/nodejs
parentx11-apps/xwininfo: Stabilize 1.1.6 ppc64, #909456 (diff)
downloadgentoo-ff78d4d070ebeec3a29579f30bf00e9a3e8b6d78.tar.gz
gentoo-ff78d4d070ebeec3a29579f30bf00e9a3e8b6d78.tar.bz2
gentoo-ff78d4d070ebeec3a29579f30bf00e9a3e8b6d78.zip
net-libs/nodejs: Stabilize 16.20.2 ppc64, #912037
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r--net-libs/nodejs/nodejs-16.20.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-16.20.2.ebuild b/net-libs/nodejs/nodejs-16.20.2.ebuild
index 637ffb25a053..1768ee6cad9b 100644
--- a/net-libs/nodejs/nodejs-16.20.2.ebuild
+++ b/net-libs/nodejs/nodejs-16.20.2.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