commit: 5e71f23cca60b73a346a606abccd2d21abefd62a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 01:18:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 01:18:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e71f23c
net-libs/nodejs: Stabilize 14.17.5-r1 ppc64, #807775
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nodejs/nodejs-14.17.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/nodejs/nodejs-14.17.5-r1.ebuild
b/net-libs/nodejs/nodejs-14.17.5-r1.ebuild
index db0eeada210..abb95698575 100644
--- a/net-libs/nodejs/nodejs-14.17.5-r1.ebuild
+++ b/net-libs/nodejs/nodejs-14.17.5-r1.ebuild
@@ -19,7 +19,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 ~x86 ~amd64-linux ~x64-macos"
+ KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86 ~amd64-linux ~x64-macos"
S="${WORKDIR}/node-v${PV}"
fi