commit: c2cedc41d257ff4cb6a71c69104c6f2000c42d02
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 07:45:08 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 07:45:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cedc41
net-dns/knot: declare min ngtcp2 version
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-dns/knot/knot-3.2.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/knot/knot-3.2.9.ebuild b/net-dns/knot/knot-3.2.9.ebuild
index c7ee613bcd99..b668939ce738 100644
--- a/net-dns/knot/knot-3.2.9.ebuild
+++ b/net-dns/knot/knot-3.2.9.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
!libidn2? ( net-dns/libidn:0= !net-dns/libidn2 )
libidn2? ( net-dns/libidn2:= )
)
- quic? ( net-libs/ngtcp2:=[gnutls] )
+ quic? ( >=net-libs/ngtcp2-0.13.1:=[gnutls] )
systemd? ( sys-apps/systemd:= )
xdp? (
dev-libs/libbpf:=