From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B884A158091 for ; Fri, 3 Jun 2022 07:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2EFDE08A0; Fri, 3 Jun 2022 07:36:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A5CF3E08A0 for ; Fri, 3 Jun 2022 07:36:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CA86342389 for ; Fri, 3 Jun 2022 07:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2B434D5 for ; Fri, 3 Jun 2022 07:36:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654241754.99a91c9139115e77d5aaa433b9990c4934fa045b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsviz/dnsviz-0.9.4.ebuild X-VCS-Directories: net-dns/dnsviz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99a91c9139115e77d5aaa433b9990c4934fa045b X-VCS-Branch: master Date: Fri, 3 Jun 2022 07:36:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ecf840e-b2a9-4058-9a3f-095e5058cc87 X-Archives-Hash: ce8909134789cbff7c41f72206b4030d commit: 99a91c9139115e77d5aaa433b9990c4934fa045b Author: Sam James gentoo org> AuthorDate: Fri Jun 3 07:35:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 3 07:35:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a91c91 net-dns/dnsviz: enable py3.10 and disable py3.7 Signed-off-by: Sam James gentoo.org> net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 ++-- 1 file 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"