summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2022-04-10 17:53:56 +0800
committerYixun Lan <dlan@gentoo.org>2022-04-10 18:02:20 +0800
commitf793e2d3bb4eed77a39281766aec467a4fd1c317 (patch)
treee6e40b57dcb7c432af30a1094613dd380789ab68
parentapp-emulation/libguestfs-appliance: drop 1.38.0 (diff)
downloadgentoo-f793e2d3bb4eed77a39281766aec467a4fd1c317.tar.gz
gentoo-f793e2d3bb4eed77a39281766aec467a4fd1c317.tar.bz2
gentoo-f793e2d3bb4eed77a39281766aec467a4fd1c317.zip
net-libs/nodejs: keyword 16.14.1 for ~riscv
increasing timeout value would make 'test-heap-prof.js' pass the test, so we think it's good to go, instead of blocking the keyword procedure forever finally, thanks 'ArchFeh' for testing Closes: https://bugs.gentoo.org/782913 Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--net-libs/nodejs/nodejs-16.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-16.14.1.ebuild b/net-libs/nodejs/nodejs-16.14.1.ebuild
index 064bab0e5865..a77369330d31 100644
--- a/net-libs/nodejs/nodejs-16.14.1.ebuild
+++ b/net-libs/nodejs/nodejs-16.14.1.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