diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-06 12:30:16 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-06 16:15:15 -0500 |
commit | 46c257b50252054846b8b10f469da3c81db8731a (patch) | |
tree | 7c94211cb151f12a655d8bdaf85df4f14aed4a56 /net-fs | |
parent | sys-libs/ldb: enable py3.12 (diff) | |
download | gentoo-46c257b50252054846b8b10f469da3c81db8731a.tar.gz gentoo-46c257b50252054846b8b10f469da3c81db8731a.tar.bz2 gentoo-46c257b50252054846b8b10f469da3c81db8731a.zip |
net-fs/samba: enable py3.12
Bug: https://bugs.gentoo.org/920516
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.18.11.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.19.6.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.20.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/samba/samba-4.18.11.ebuild b/net-fs/samba/samba-4.18.11.ebuild index 9d50fa3c279f..853948ccc18f 100644 --- a/net-fs/samba/samba-4.18.11.ebuild +++ b/net-fs/samba/samba-4.18.11.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 diff --git a/net-fs/samba/samba-4.19.6.ebuild b/net-fs/samba/samba-4.19.6.ebuild index ba6fde4a6f54..24963862293b 100644 --- a/net-fs/samba/samba-4.19.6.ebuild +++ b/net-fs/samba/samba-4.19.6.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 diff --git a/net-fs/samba/samba-4.20.0.ebuild b/net-fs/samba/samba-4.20.0.ebuild index 0a0dad90e20e..5cdececc5c61 100644 --- a/net-fs/samba/samba-4.20.0.ebuild +++ b/net-fs/samba/samba-4.20.0.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 |