summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-08-03 09:45:08 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-08-03 09:45:27 +0200
commitc2cedc41d257ff4cb6a71c69104c6f2000c42d02 (patch)
treeb0a859d447a274655b9debc71a047751d360729d /net-dns
parentnet-dns/knot: add 3.2.9 (diff)
downloadgentoo-c2cedc41d257ff4cb6a71c69104c6f2000c42d02.tar.gz
gentoo-c2cedc41d257ff4cb6a71c69104c6f2000c42d02.tar.bz2
gentoo-c2cedc41d257ff4cb6a71c69104c6f2000c42d02.zip
net-dns/knot: declare min ngtcp2 version
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/knot/knot-3.2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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:=