commit: 8169830046cfa9bc467e89fc310192d084494a74 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 17:38:17 2024 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 17:38:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81698300
net-libs/ngtcp2: Update keywords in -9999 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> net-libs/ngtcp2/ngtcp2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index c72e046deae8..789b94518acb 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Implementation of the IETF QUIC Protocol"