diff options
author | 2024-10-13 22:27:24 +0300 | |
---|---|---|
committer | 2024-10-13 22:27:24 +0300 | |
commit | 3fb04f1f4eaa803d7ea99f0ac75fc9125be6318f (patch) | |
tree | 987cb83d6f5739dd4d9b28fc7c25095d88fbbfec /net-libs/nghttp3 | |
parent | dev-libs/openssl: Stabilize 3.3.1-r3 sparc, #939552 (diff) | |
download | gentoo-3fb04f1f4eaa803d7ea99f0ac75fc9125be6318f.tar.gz gentoo-3fb04f1f4eaa803d7ea99f0ac75fc9125be6318f.tar.bz2 gentoo-3fb04f1f4eaa803d7ea99f0ac75fc9125be6318f.zip |
net-libs/nghttp3: Stabilize 1.5.0 sparc, #939552
Signed-off-by: Arthur Zamarin <arthurzam@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 1cd64fc96429..6d2ee31381c3 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 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |