From b15245b6d8cd5172c4a0b79edd32853cc0578fab Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 7 May 2024 10:13:06 -0500 Subject: net-fs/samba: enable py3.12 Signed-off-by: Ben Kohler --- net-fs/samba/samba-4.18.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/samba/samba-4.18.9.ebuild b/net-fs/samba/samba-4.18.9.ebuild index 50ed3dd522ab..1acb8412bd5c 100644 --- a/net-fs/samba/samba-4.18.9.ebuild +++ b/net-fs/samba/samba-4.18.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles -- cgit v1.2.3-65-gdbad