diff options
author | 2024-09-29 20:37:31 +0100 | |
---|---|---|
committer | 2024-09-29 20:37:31 +0100 | |
commit | b615a3f18baacc33e538b68bf25b427d65ee73fd (patch) | |
tree | 74e9b8c9a7e90ee2c10c2a30840df70634003ce7 /net-libs/nghttp3 | |
parent | net-p2p/syncthing: drop 1.27.2, 1.27.6, 1.27.8 (diff) | |
download | gentoo-b615a3f18baacc33e538b68bf25b427d65ee73fd.tar.gz gentoo-b615a3f18baacc33e538b68bf25b427d65ee73fd.tar.bz2 gentoo-b615a3f18baacc33e538b68bf25b427d65ee73fd.zip |
net-libs/nghttp3: Stabilize 1.5.0 amd64, #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 e42255d6c59f..2dfdcd40da85 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" |