diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-29 07:09:18 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-29 07:09:18 +0200 |
commit | f78217c1eb23a57d036a1835be94412754b23d11 (patch) | |
tree | 3acae6c689b0d793cb0d37576f9e4a8ddd29fa22 /net-libs/nghttp3 | |
parent | net-analyzer/wireshark: Stabilize 4.2.6 arm, #938641 (diff) | |
download | gentoo-f78217c1eb23a57d036a1835be94412754b23d11.tar.gz gentoo-f78217c1eb23a57d036a1835be94412754b23d11.tar.bz2 gentoo-f78217c1eb23a57d036a1835be94412754b23d11.zip |
net-libs/nghttp3: Stabilize 1.3.0 arm, #938641
Signed-off-by: Jakov Smolić <jsmolic@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 610121890c67..a6b153cf21d0 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 ~arm arm64 ~hppa ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ~riscv ~x86" fi DESCRIPTION="HTTP/3 library written in C" |