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 01DE41580C6 for ; Thu, 6 Apr 2023 02:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C96FE0805; Thu, 6 Apr 2023 02:18:20 +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 695C7E0805 for ; Thu, 6 Apr 2023 02:18:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 945C3335CEF for ; Thu, 6 Apr 2023 02:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E224A25 for ; Thu, 6 Apr 2023 02:18:14 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1680747338.63475ffbf2d6b6d3882684e29a671b5449dadd33.zerochaos@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.3-r2.ebuild net-analyzer/net-snmp/net-snmp-9999.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 63475ffbf2d6b6d3882684e29a671b5449dadd33 X-VCS-Branch: master Date: Thu, 6 Apr 2023 02:18:14 +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: 664faded-2504-46fa-8425-2fe92b96f1b0 X-Archives-Hash: 769452b801158420dec7057620d63af7 commit: 63475ffbf2d6b6d3882684e29a671b5449dadd33 Author: Rick Farina gentoo org> AuthorDate: Thu Apr 6 02:15:31 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Apr 6 02:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63475ffb net-analyzer/net-snmp: enable py3.11 Closes: https://bugs.gentoo.org/897064 Signed-off-by: Rick Farina gentoo.org> net-analyzer/net-snmp/net-snmp-5.9.3-r2.ebuild | 2 +- net-analyzer/net-snmp/net-snmp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.9.3-r2.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.3-r2.ebuild index 0b561f21a70f..a8d6a634c778 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.3-r2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.3-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_OPTIONAL=yes DISTUTILS_SINGLE_IMPL=yes GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) WANT_AUTOMAKE=none inherit autotools distutils-r1 perl-module systemd diff --git a/net-analyzer/net-snmp/net-snmp-9999.ebuild b/net-analyzer/net-snmp/net-snmp-9999.ebuild index 7a0b5a52d306..8d46910e24ac 100644 --- a/net-analyzer/net-snmp/net-snmp-9999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_OPTIONAL=yes DISTUTILS_SINGLE_IMPL=yes GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) WANT_AUTOMAKE=none inherit autotools distutils-r1 perl-module systemd