commit: 789d091dffcdadf9e30c8b6aef6c65926777521f Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Mon Nov 3 14:31:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 10:59:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789d091d
net-fs/samba: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James <sam <AT> gentoo.org> net-fs/samba/samba-4.23.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.23.2-r1.ebuild b/net-fs/samba/samba-4.23.2-r1.ebuild index 3a0cc758d0f3..65c154874f2b 100644 --- a/net-fs/samba/samba-4.23.2-r1.ebuild +++ b/net-fs/samba/samba-4.23.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles
