From ed0c9349d2f93dd00966d9ba9aad21cac169eef2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 20 Apr 2026 12:29:59 +0300 Subject: [PATCH] net-analyzer/net-snmp: enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/683 Signed-off-by: Michał Górny --- net-analyzer/net-snmp/net-snmp-5.9.5.2.ebuild | 2 +- net-analyzer/net-snmp/net-snmp-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.9.5.2.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.5.2.ebuild index 734f70ee6ea01..ac3934447ce20 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.5.2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) WANT_AUTOMAKE=none inherit autotools python-single-r1 libtool perl-module systemd diff --git a/net-analyzer/net-snmp/net-snmp-9999.ebuild b/net-analyzer/net-snmp/net-snmp-9999.ebuild index eaf3cc575e419..0b3cac721bd70 100644 --- a/net-analyzer/net-snmp/net-snmp-9999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) WANT_AUTOMAKE=none inherit autotools python-single-r1 libtool perl-module systemd