commit: 96572818662f53812550d1b2531743a81cb60a77
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 04:52:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 04:52:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96572818
net-libs/nodejs: Stabilize 16.20.0 ppc64, #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 b5937a82e94c..f7e831387ba3 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