Skip to content

Commit

Permalink
net-libs/nodejs: keyword 16.14.1 for ~riscv
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dlan17 committed Apr 10, 2022
1 parent 9acc4af commit f793e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-libs/nodejs/nodejs-16.14.1.ebuild
Expand Up @@ -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

Expand Down

0 comments on commit f793e2d

Please sign in to comment.