diff options
author | 2024-10-30 22:08:22 +0000 | |
---|---|---|
committer | 2024-10-30 22:08:22 +0000 | |
commit | 9bedc5d37687e67ce3051c85dddc4eaa96e0a712 (patch) | |
tree | 586c712c46947d37ecadbe610222c5dac37a8c8a /net-libs/nghttp3 | |
parent | dev-libs/openssl: Stabilize 3.3.1-r3 hppa, #939552 (diff) | |
download | gentoo-9bedc5d37687e67ce3051c85dddc4eaa96e0a712.tar.gz gentoo-9bedc5d37687e67ce3051c85dddc4eaa96e0a712.tar.bz2 gentoo-9bedc5d37687e67ce3051c85dddc4eaa96e0a712.zip |
net-libs/nghttp3: Stabilize 1.5.0 hppa, #939552
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 6d2ee31381c3..dd7323b616ea 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" |