summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-04 04:40:53 +0100
committerSam James <sam@gentoo.org>2024-07-04 04:40:53 +0100
commit3d6a530e49a5acc25fb4cb3d05eb4dfa28494bd2 (patch)
tree3e712a18345ec95f722e6f5d92d83b1b02a12449 /net-libs
parentsys-apps/eza: add 0.18.21, drop 0.18.20 (diff)
downloadgentoo-3d6a530e49a5acc25fb4cb3d05eb4dfa28494bd2.tar.gz
gentoo-3d6a530e49a5acc25fb4cb3d05eb4dfa28494bd2.tar.bz2
gentoo-3d6a530e49a5acc25fb4cb3d05eb4dfa28494bd2.zip
net-libs/ngtcp2: Stabilize 1.5.0 amd64, #934642
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-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 5594416602f8..f34d254989be 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"