From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1543150-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0BAA015801B
	for <garchives@archives.gentoo.org>; Thu,  3 Aug 2023 07:45:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C89D2E099E;
	Thu,  3 Aug 2023 07:45:55 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B0599E099E
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2023 07:45:55 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AFE5B335D2B
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2023 07:45:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F373DED4
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2023 07:45:52 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1691048727.c2cedc41d257ff4cb6a71c69104c6f2000c42d02.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/knot/knot-3.2.9.ebuild
X-VCS-Directories: net-dns/knot/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: c2cedc41d257ff4cb6a71c69104c6f2000c42d02
X-VCS-Branch: master
Date: Thu,  3 Aug 2023 07:45:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b1588ec2-c11b-484d-b5e6-402c75c6e1e3
X-Archives-Hash: 378025d03085cf9ad632694deb53b5c5

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:=