diff options
author | 2024-09-29 20:37:32 +0100 | |
---|---|---|
committer | 2024-09-29 20:37:32 +0100 | |
commit | c3cc956609205c7fbff149960233dd0be1bde06a (patch) | |
tree | 7014d287a047b0411b8cfbaca2206d62fb9a0b47 /net-libs/nghttp3 | |
parent | net-libs/nghttp3: Stabilize 1.5.0 amd64, #939557 (diff) | |
download | gentoo-c3cc956609205c7fbff149960233dd0be1bde06a.tar.gz gentoo-c3cc956609205c7fbff149960233dd0be1bde06a.tar.bz2 gentoo-c3cc956609205c7fbff149960233dd0be1bde06a.zip |
net-libs/nghttp3: Stabilize 1.5.0 x86, #939557
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.5.0.ebuild b/net-libs/nghttp3/nghttp3-1.5.0.ebuild index 2dfdcd40da85..66acd755e80f 100644 --- a/net-libs/nghttp3/nghttp3-1.5.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.5.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 ~loong ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |