From f709badbb4b1b9639a340567051ccfcef6017f17 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 Jun 2022 08:50:26 +0100 Subject: net-dns/unbound: enable py3.11 Signed-off-by: Sam James --- net-dns/unbound/unbound-1.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-dns') diff --git a/net-dns/unbound/unbound-1.15.0.ebuild b/net-dns/unbound/unbound-1.15.0.ebuild index 5d8427f124b1..cc22906be8b7 100644 --- a/net-dns/unbound/unbound-1.15.0.ebuild +++ b/net-dns/unbound/unbound-1.15.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd verify-sig -- cgit v1.2.3-65-gdbad