diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-07 10:13:06 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-07 10:14:19 -0500 |
commit | b15245b6d8cd5172c4a0b79edd32853cc0578fab (patch) | |
tree | 382add9a59d4651ae20f59f2eb159689ab42d405 /net-fs | |
parent | dev-util/ruff: add 0.4.3, drop 0.4.2 (diff) | |
download | gentoo-b15245b6d8cd5172c4a0b79edd32853cc0578fab.tar.gz gentoo-b15245b6d8cd5172c4a0b79edd32853cc0578fab.tar.bz2 gentoo-b15245b6d8cd5172c4a0b79edd32853cc0578fab.zip |
net-fs/samba: enable py3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.18.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |