diff options
author | Sam James <sam@gentoo.org> | 2024-05-29 12:45:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-29 12:45:31 +0100 |
commit | 10cbf2eb6d5acb837932f860c72f1a1ce8136fd1 (patch) | |
tree | c16b9d8b1c9d731f8ceb9ca929b1c8cbc7710d00 /net-libs | |
parent | net-analyzer/wireshark: Stabilize 4.2.4-r1 amd64, #933004 (diff) | |
download | gentoo-10cbf2eb6d5acb837932f860c72f1a1ce8136fd1.tar.gz gentoo-10cbf2eb6d5acb837932f860c72f1a1ce8136fd1.tar.bz2 gentoo-10cbf2eb6d5acb837932f860c72f1a1ce8136fd1.zip |
net-libs/nghttp3: Stabilize 1.3.0 amd64, #933004
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 94e036e501d1..e8ce0259cf2f 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 arm64 ~hppa" + KEYWORDS="amd64 arm64 ~hppa" fi DESCRIPTION="HTTP/3 library written in C" |