Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/
Date: Fri, 03 Jun 2022 07:36:06
Message-Id: 1654241754.99a91c9139115e77d5aaa433b9990c4934fa045b.sam@gentoo
1 commit: 99a91c9139115e77d5aaa433b9990c4934fa045b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 07:35:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 07:35:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a91c91
7
8 net-dns/dnsviz: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
16 index b658637d8b29..7cae07dcbaf7 100644
17 --- a/net-dns/dnsviz/dnsviz-0.9.4.ebuild
18 +++ b/net-dns/dnsviz/dnsviz-0.9.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit distutils-r1 optfeature
29
30 DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC"