summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2023-04-26 10:40:33 -0400
committerCraig Andrews <candrews@gentoo.org>2023-04-26 10:42:06 -0400
commit4bf2ccc5e4bdeedc08bef1b98235934343c92631 (patch)
tree5a36a5daa8a3fc409c758d9e046c10ecda76499f /net-libs/ngtcp2
parentnet-libs/ngtcp2: un-drop 0.14.1 (diff)
downloadgentoo-4bf2ccc5e4bdeedc08bef1b98235934343c92631.tar.gz
gentoo-4bf2ccc5e4bdeedc08bef1b98235934343c92631.tar.bz2
gentoo-4bf2ccc5e4bdeedc08bef1b98235934343c92631.zip
net-libs/ngtcp2: destabilize 0.15.0 for ~amd64
This version was accidentally made stable during a version bump. Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/ngtcp2')
-rw-r--r--net-libs/ngtcp2/ngtcp2-0.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-0.15.0.ebuild b/net-libs/ngtcp2/ngtcp2-0.15.0.ebuild
index e347889c7720..4d3a4cbaa377 100644
--- a/net-libs/ngtcp2/ngtcp2-0.15.0.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-0.15.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 ~hppa ~riscv ~x86"
+ KEYWORDS="~amd64 ~hppa ~riscv ~x86"
fi
DESCRIPTION="Implementation of the IETF QUIC Protocol"