diff options
author | Sam James <sam@gentoo.org> | 2024-06-01 04:56:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-01 04:56:07 +0100 |
commit | 57ad8f5e96a020400dc4fa2f741585e554241a0d (patch) | |
tree | 6c3565c800cd637b676d764bb2250d7fe390fdc4 /net-libs | |
parent | net-analyzer/wireshark: Keyword 4.2.5 arm, #933292 (diff) | |
download | gentoo-57ad8f5e96a020400dc4fa2f741585e554241a0d.tar.gz gentoo-57ad8f5e96a020400dc4fa2f741585e554241a0d.tar.bz2 gentoo-57ad8f5e96a020400dc4fa2f741585e554241a0d.zip |
net-libs/nghttp3: Keyword 1.3.0 arm, #933292
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 e8ce0259cf2f..1e4141b9d1a0 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 ~arm arm64 ~hppa" fi DESCRIPTION="HTTP/3 library written in C" |