summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-29 22:36:52 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-29 22:36:52 +0300
commitb1fb92db368adc5dd04fc18af64daebb6e307c03 (patch)
treefd6f8f321cca8d8adc63571d12419e642f91a586 /net-libs/ngtcp2/ngtcp2-1.5.0.ebuild
parentapp-containers/nerdctl: drop 1.7.4 (diff)
downloadgentoo-b1fb92db368adc5dd04fc18af64daebb6e307c03.tar.gz
gentoo-b1fb92db368adc5dd04fc18af64daebb6e307c03.tar.bz2
gentoo-b1fb92db368adc5dd04fc18af64daebb6e307c03.zip
net-libs/ngtcp2: Stabilize 1.5.0 x86, #934642
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/ngtcp2/ngtcp2-1.5.0.ebuild')
-rw-r--r--net-libs/ngtcp2/ngtcp2-1.5.0.ebuild2
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 f34d254989be..9dfafe309505 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 ~arm arm64 ~hppa ~loong ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc64 ~riscv x86"
fi
DESCRIPTION="Implementation of the IETF QUIC Protocol"