diff options
author | Sam James <sam@gentoo.org> | 2022-06-03 08:35:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-03 08:35:54 +0100 |
commit | 99a91c9139115e77d5aaa433b9990c4934fa045b (patch) | |
tree | 2182db3fe2da687df829e138123a700a3c62634c /net-dns/dnsviz | |
parent | net-dns/bind: backport FORTIFY_SOURCE=3 named-checkconf crash fix (diff) | |
download | gentoo-99a91c9139115e77d5aaa433b9990c4934fa045b.tar.gz gentoo-99a91c9139115e77d5aaa433b9990c4934fa045b.tar.bz2 gentoo-99a91c9139115e77d5aaa433b9990c4934fa045b.zip |
net-dns/dnsviz: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/dnsviz')
-rw-r--r-- | net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild b/net-dns/dnsviz/dnsviz-0.9.4.ebuild index b658637d8b29..7cae07dcbaf7 100644 --- a/net-dns/dnsviz/dnsviz-0.9.4.ebuild +++ b/net-dns/dnsviz/dnsviz-0.9.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC" |