diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-06-19 14:19:42 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-20 11:03:39 -0400 |
commit | fc52715afe8216b073ec2472876e422d36b27bff (patch) | |
tree | 974905a65bed9de1115ecf58d49c951a6103a67b /net-libs | |
parent | app-cdr/cdemu: Stabilize 3.2.5-r1 amd64, #927597 (diff) | |
download | gentoo-fc52715afe8216b073ec2472876e422d36b27bff.tar.gz gentoo-fc52715afe8216b073ec2472876e422d36b27bff.tar.bz2 gentoo-fc52715afe8216b073ec2472876e422d36b27bff.zip |
net-libs/nghttp3: Keyword 1.4.0 ia64, #933292
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.4.0.ebuild b/net-libs/nghttp3/nghttp3-1.4.0.ebuild index 2c11c586801a..0d2dcc6e27ff 100644 --- a/net-libs/nghttp3/nghttp3-1.4.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.4.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 ~ia64 ~riscv ~x86" fi DESCRIPTION="HTTP/3 library written in C" |