commit: 11583da0bb958a221df67eb4493d251e01c239e2
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 12:30:58 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 12:32:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11583da0
net-libs/nodejs: keyword 14.17.6 for -riscv
Arch is neither recognised as valid by configure.py nor supported by the
bundled version of v8.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-libs/nodejs/nodejs-14.17.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/nodejs/nodejs-14.17.6.ebuild
b/net-libs/nodejs/nodejs-14.17.6.ebuild
index db0eeada210..9baf11507dd 100644
--- a/net-libs/nodejs/nodejs-14.17.6.ebuild
+++ b/net-libs/nodejs/nodejs-14.17.6.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 -riscv ~x86 ~amd64-linux ~x64-macos"
S="${WORKDIR}/node-v${PV}"
fi