From d11ee90056cd9d3c632d41601bc379d432a28f2d Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 4 Jul 2025 18:39:49 +0300 Subject: [PATCH] net-libs/nghttp3: Stabilize 1.9.0 arm64, #958673 Signed-off-by: Arthur Zamarin --- net-libs/nghttp3/nghttp3-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp3/nghttp3-1.9.0.ebuild b/net-libs/nghttp3/nghttp3-1.9.0.ebuild index 8b2e0eef46336..fbf63839fab5c 100644 --- a/net-libs/nghttp3/nghttp3-1.9.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.9.0.ebuild @@ -14,7 +14,7 @@ else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" inherit libtool - KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C"