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 1546A158086 for ; Sat, 25 Dec 2021 22:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E12DF2BC004; Sat, 25 Dec 2021 22:27:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 732522BC003 for ; Sat, 25 Dec 2021 22:27:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3DE4342AAC for ; Sat, 25 Dec 2021 22:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15BD4D0 for ; Sat, 25 Dec 2021 22:27:37 +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: <1640470661.b5f885a87a4c39aeaaabf7ebc701103b8c922852.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5f885a87a4c39aeaaabf7ebc701103b8c922852 X-VCS-Branch: master Date: Sat, 25 Dec 2021 22:27:37 +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: 984838d8-2d3f-4cde-919e-860dd3fa103e X-Archives-Hash: 6b8ca3b01499f627481bac122f06f3f1 commit: b5f885a87a4c39aeaaabf7ebc701103b8c922852 Author: Thomas Bettler gmail com> AuthorDate: Thu Dec 16 20:03:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 25 22:17:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f885a8 net-analyzer/net-snmp: add python 3.10 Closes: https://bugs.gentoo.org/829375 Closes: https://github.com/gentoo/gentoo/pull/23347 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild | 2 +- net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild | 2 +- net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild index 98e333c0842a..38a18dc27b47 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild @@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=yesplz DISTUTILS_SINGLE_IMPL=yesplz GENTOO_DEPEND_ON_PERL=no PATCHSET=3 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WANT_AUTOMAKE=none inherit autotools distutils-r1 perl-module systemd diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild index 3480413cfc4b..5618ab3fd695 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_OPTIONAL=yes DISTUTILS_SINGLE_IMPL=yes GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WANT_AUTOMAKE=none inherit autotools distutils-r1 perl-module systemd diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild index b46d354f22d4..ca051dec0f59 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_OPTIONAL=yes DISTUTILS_SINGLE_IMPL=yes GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) WANT_AUTOMAKE=none inherit autotools distutils-r1 perl-module systemd