diff options
author | Sam James <sam@gentoo.org> | 2022-06-03 08:50:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-03 09:12:04 +0100 |
commit | f709badbb4b1b9639a340567051ccfcef6017f17 (patch) | |
tree | 30b14f371f0f4fa2a5057f07ec35c3135b2a654a /net-dns | |
parent | sys-process/criu: fix comment typo (diff) | |
download | gentoo-f709badbb4b1b9639a340567051ccfcef6017f17.tar.gz gentoo-f709badbb4b1b9639a340567051ccfcef6017f17.tar.bz2 gentoo-f709badbb4b1b9639a340567051ccfcef6017f17.zip |
net-dns/unbound: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/unbound-1.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |