diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 11:22:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 11:22:15 -0400 |
commit | ab652776c216583f44fb0e4e717b44a0420ff43c (patch) | |
tree | 0265b67f8a83306ba1386cb747ac4696c8c3775b /sys-libs/libxcrypt | |
parent | sys-kernel/installkernel: drop 34-r1, 35 (diff) | |
download | gentoo-ab652776c216583f44fb0e4e717b44a0420ff43c.tar.gz gentoo-ab652776c216583f44fb0e4e717b44a0420ff43c.tar.bz2 gentoo-ab652776c216583f44fb0e4e717b44a0420ff43c.zip |
sys-libs/libxcrypt: enable py3.12
Closes: https://bugs.gentoo.org/929859
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild index 3faec08e8e41..3801c49f579a 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.36-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) # NEED_BOOTSTRAP is for developers to quickly generate a tarball # for publishing to the tree. NEED_BOOTSTRAP="no" |