From c421361a19154a431100fdc0f0abeb44cf6a38ef Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 May 2025 10:19:54 +0100 Subject: [PATCH] net-fs/samba: disable py3.10 Signed-off-by: Sam James --- net-fs/samba/samba-4.19.7.ebuild | 4 ++-- net-fs/samba/samba-4.19.8.ebuild | 4 ++-- net-fs/samba/samba-4.19.9.ebuild | 4 ++-- net-fs/samba/samba-4.20.5.ebuild | 4 ++-- net-fs/samba/samba-4.20.7.ebuild | 2 +- net-fs/samba/samba-4.20.8.ebuild | 2 +- net-fs/samba/samba-4.21.0.ebuild | 2 +- net-fs/samba/samba-4.21.1.ebuild | 2 +- net-fs/samba/samba-4.21.4.ebuild | 2 +- net-fs/samba/samba-4.21.5.ebuild | 2 +- net-fs/samba/samba-4.22.0.ebuild | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/net-fs/samba/samba-4.19.7.ebuild b/net-fs/samba/samba-4.19.7.ebuild index b71f2f9b624d..62236d13497d 100644 --- a/net-fs/samba/samba-4.19.7.ebuild +++ b/net-fs/samba/samba-4.19.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.19.8.ebuild b/net-fs/samba/samba-4.19.8.ebuild index 14c64b2ad49e..8806e2d9db7d 100644 --- a/net-fs/samba/samba-4.19.8.ebuild +++ b/net-fs/samba/samba-4.19.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.19.9.ebuild b/net-fs/samba/samba-4.19.9.ebuild index bd4f6d5797fd..477daed6fe39 100644 --- a/net-fs/samba/samba-4.19.9.ebuild +++ b/net-fs/samba/samba-4.19.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.20.5.ebuild b/net-fs/samba/samba-4.20.5.ebuild index 92740c1a10dc..c0b34a88da33 100644 --- a/net-fs/samba/samba-4.20.5.ebuild +++ b/net-fs/samba/samba-4.20.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.20.7.ebuild b/net-fs/samba/samba-4.20.7.ebuild index 78cf82bd10b3..ffbe8ab2af00 100644 --- a/net-fs/samba/samba-4.20.7.ebuild +++ b/net-fs/samba/samba-4.20.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.20.8.ebuild b/net-fs/samba/samba-4.20.8.ebuild index ba5c0cd3c89b..6a5efb690472 100644 --- a/net-fs/samba/samba-4.20.8.ebuild +++ b/net-fs/samba/samba-4.20.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index ec91d78427bc..6a8a85e71fbf 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.21.1.ebuild b/net-fs/samba/samba-4.21.1.ebuild index 3fd163ef3f35..9e91823a4a89 100644 --- a/net-fs/samba/samba-4.21.1.ebuild +++ b/net-fs/samba/samba-4.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.21.4.ebuild b/net-fs/samba/samba-4.21.4.ebuild index 3fd163ef3f35..9e91823a4a89 100644 --- a/net-fs/samba/samba-4.21.4.ebuild +++ b/net-fs/samba/samba-4.21.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.21.5.ebuild b/net-fs/samba/samba-4.21.5.ebuild index 3fd163ef3f35..9e91823a4a89 100644 --- a/net-fs/samba/samba-4.21.5.ebuild +++ b/net-fs/samba/samba-4.21.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles diff --git a/net-fs/samba/samba-4.22.0.ebuild b/net-fs/samba/samba-4.22.0.ebuild index ef2ad70e2521..0ac52d447750 100644 --- a/net-fs/samba/samba-4.22.0.ebuild +++ b/net-fs/samba/samba-4.22.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="threads(+),xml(+)" inherit python-single-r1 flag-o-matic waf-utils multilib-minimal linux-info systemd pam tmpfiles