commit: 25e3fd8a99fd749d0ff2d22230cee55e60a1525d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 01:18:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 01:18:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e3fd8a
net-libs/nodejs: Stabilize 12.22.5-r1 ppc64, #807775
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nodejs/nodejs-12.22.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
b/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
index ec373926c7b..d1ad3953dfb 100644
--- a/net-libs/nodejs/nodejs-12.22.5-r1.ebuild
+++ b/net-libs/nodejs/nodejs-12.22.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