commit:     4bf2ccc5e4bdeedc08bef1b98235934343c92631
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 14:40:33 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 14:42:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf2ccc5

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 <AT> gentoo.org>

 net-libs/ngtcp2/ngtcp2-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to