diff options
author | Henry Chen <chenx97@aosc.io> | 2024-08-20 16:35:33 +0800 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-26 10:51:14 +0300 |
commit | ab1a55d1bceadb3d62069f6112d7c263b8c02a25 (patch) | |
tree | 74fad46e3edbf05d4f7c976b0664b2cba5e8950c /net-libs/nghttp3 | |
parent | sys-fs/btrfsmaintenance: revert 0a04424a77d11a45d3ed2a4af1d01693c238a12f (diff) | |
download | gentoo-ab1a55d1bceadb3d62069f6112d7c263b8c02a25.tar.gz gentoo-ab1a55d1bceadb3d62069f6112d7c263b8c02a25.tar.bz2 gentoo-ab1a55d1bceadb3d62069f6112d7c263b8c02a25.zip |
net-libs/nghttp3: keyword 1.4.0 for ~mips
Signed-off-by: Henry Chen <chenx97@aosc.io>
Closes: https://github.com/gentoo/gentoo/pull/38216
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-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 689f8a212cbe..c543c530dd7e 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 ~ia64 ~loong ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |