From cdac30b56ef0a5cced319073758f11cce34f4d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Thu, 29 Aug 2024 07:16:18 +0200 Subject: [PATCH] net-libs/nghttp3: Stabilize 1.3.0 x86, #938641 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- 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 a6b153cf21d0a..090a05628f652 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 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~riscv x86" fi DESCRIPTION="HTTP/3 library written in C"