diff options
author | 2025-01-04 17:26:06 +0000 | |
---|---|---|
committer | 2025-01-04 17:26:06 +0000 | |
commit | 8893b6b9003e9a8fa4964c12151d856cab719725 (patch) | |
tree | ab7492bec0bf766041a342be7150129236795d4f /net-libs | |
parent | sys-auth/seatd: Stabilize 0.9.1 arm, #947481 (diff) | |
download | gentoo-8893b6b9003e9a8fa4964c12151d856cab719725.tar.gz gentoo-8893b6b9003e9a8fa4964c12151d856cab719725.tar.bz2 gentoo-8893b6b9003e9a8fa4964c12151d856cab719725.zip |
net-libs/nghttp3: Keyword 1.7.0 mips, #947367
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.7.0.ebuild b/net-libs/nghttp3/nghttp3-1.7.0.ebuild index ddeee7aee2f3..07ab2fa343e1 100644 --- a/net-libs/nghttp3/nghttp3-1.7.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.7.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 ~loong ~m68k ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |