diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 08:13:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 08:13:52 +0300 |
commit | 07a2454858afd30aa416160555242b0077834ef4 (patch) | |
tree | b41aee6eb1792d31fda5bebc88acdc842e7202e9 /net-libs/nodejs | |
parent | dev-python/scipy: Stabilize 1.8.0 ppc64, #835550 (diff) | |
download | gentoo-07a2454858afd30aa416160555242b0077834ef4.tar.gz gentoo-07a2454858afd30aa416160555242b0077834ef4.tar.bz2 gentoo-07a2454858afd30aa416160555242b0077834ef4.zip |
net-libs/nodejs: Stabilize 12.22.10 ppc64, #835588
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r-- | net-libs/nodejs/nodejs-12.22.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-12.22.10.ebuild b/net-libs/nodejs/nodejs-12.22.10.ebuild index f0d3207ee367..d1d8e95284d9 100644 --- a/net-libs/nodejs/nodejs-12.22.10.ebuild +++ b/net-libs/nodejs/nodejs-12.22.10.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 -riscv ~x86 ~amd64-linux ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ppc64 -riscv ~x86 ~amd64-linux ~x64-macos" S="${WORKDIR}/node-v${PV}" fi |