diff options
author | 2024-05-29 12:45:29 +0100 | |
---|---|---|
committer | 2024-05-29 12:45:29 +0100 | |
commit | 85cf50635aba2b3b97e386cccb63a23f260a9fe3 (patch) | |
tree | 9cba9a9357c813e91488c67aab1da24f6fe9abfb /net-libs/nghttp3 | |
parent | net-analyzer/wireshark: Stabilize 4.2.4-r1 arm64, #933004 (diff) | |
download | gentoo-85cf50635aba2b3b97e386cccb63a23f260a9fe3.tar.gz gentoo-85cf50635aba2b3b97e386cccb63a23f260a9fe3.tar.bz2 gentoo-85cf50635aba2b3b97e386cccb63a23f260a9fe3.zip |
net-libs/nghttp3: Stabilize 1.3.0 arm64, #933004
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-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 6715be902969..94e036e501d1 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" |