diff options
author | Sam James <sam@gentoo.org> | 2024-05-12 05:50:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-12 05:50:54 +0100 |
commit | f7a163897b954feb8f8fcad205b8835dbfde153d (patch) | |
tree | ff913bed6acfc35573ff0d401fa9c69669a597b9 | |
parent | flag-o-matic.eclass: allow -mevex512 and -mno-evex512 (diff) | |
download | gentoo-f7a163897b954feb8f8fcad205b8835dbfde153d.tar.gz gentoo-f7a163897b954feb8f8fcad205b8835dbfde153d.tar.bz2 gentoo-f7a163897b954feb8f8fcad205b8835dbfde153d.zip |
net-libs/ngtcp2: Keyword 1.5.0 arm, #931780
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-libs/ngtcp2/ngtcp2-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild b/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild index 1f15a2e28c49..3d01d4243f5a 100644 --- a/net-libs/ngtcp2/ngtcp2-1.5.0.ebuild +++ b/net-libs/ngtcp2/ngtcp2-1.5.0.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 ~riscv ~x86" fi DESCRIPTION="Implementation of the IETF QUIC Protocol" |