diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-10-03 10:58:24 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-10-03 10:58:32 +1000 |
commit | 9c1e1c850d18d188ad5ca58f2be9069b6df8c4a1 (patch) | |
tree | b6fa56e5448bd5d1cbd1b3ca05760de0e87098e0 | |
parent | www-client/chromium: add 129.0.6668.89 (diff) | |
download | gentoo-9c1e1c850d18d188ad5ca58f2be9069b6df8c4a1.tar.gz gentoo-9c1e1c850d18d188ad5ca58f2be9069b6df8c4a1.tar.bz2 gentoo-9c1e1c850d18d188ad5ca58f2be9069b6df8c4a1.zip |
net-libs/nghttp3: keyword 1.5.0 for ~mips
Bring the keyword forward to 1.5.0.
1.4.0 had the ~mips keyword added just as 1.5.0 was
added to the tree.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.5.0.ebuild b/net-libs/nghttp3/nghttp3-1.5.0.ebuild index 73e1a756bf6f..fa5295e5a950 100644 --- a/net-libs/nghttp3/nghttp3-1.5.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.5.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 ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |