From 3b00597c20bfab75508e9d8a5245e17be27be691 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 5 May 2026 21:52:31 -0500 Subject: [PATCH] sys-auth/nss-pam-ldapd: enable py3.14 Closes: https://bugs.gentoo.org/974141 Signed-off-by: Matthew Thode --- sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild index 307a11155587..974d1b8a84d0 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools python-r1 s6 systemd tmpfiles multilib-minimal DESCRIPTION="NSS module for name lookups using LDAP"