From 206644eafa93f02c5b31f5d5c0b52aaf7f26eaf8 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Wed, 5 Jun 2024 08:38:57 +0000 Subject: [PATCH] net-libs/nghttp3: Keyword 1.3.0 riscv, #933292 Signed-off-by: Yixun Lan --- net-libs/nghttp3/nghttp3-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp3/nghttp3-1.3.0.ebuild b/net-libs/nghttp3/nghttp3-1.3.0.ebuild index fe7d3db77a652..3e88aaed40b18 100644 --- a/net-libs/nghttp3/nghttp3-1.3.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.3.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~riscv ~x86" fi DESCRIPTION="HTTP/3 library written in C"