commit:     f793e2d3bb4eed77a39281766aec467a4fd1c317
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 09:53:56 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 10:02:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f793e2d3

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 <AT> gentoo.org>

 net-libs/nodejs/nodejs-16.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to