diff options
author | 2024-08-29 07:16:18 +0200 | |
---|---|---|
committer | 2024-08-29 07:16:44 +0200 | |
commit | cdac30b56ef0a5cced319073758f11cce34f4d9e (patch) | |
tree | aec67c50497c89dc354f7c91de632f85c42bdbd6 /net-libs/nghttp3 | |
parent | net-analyzer/wireshark: Stabilize 4.2.6 x86, #938641 (diff) | |
download | gentoo-cdac30b56ef0a5cced319073758f11cce34f4d9e.tar.gz gentoo-cdac30b56ef0a5cced319073758f11cce34f4d9e.tar.bz2 gentoo-cdac30b56ef0a5cced319073758f11cce34f4d9e.zip |
net-libs/nghttp3: Stabilize 1.3.0 x86, #938641
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.3.0.ebuild b/net-libs/nghttp3/nghttp3-1.3.0.ebuild index a6b153cf21d0..090a05628f65 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" |