diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-19 09:57:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-19 10:01:21 +0100 |
commit | b14b1f7b2ac268926406133435766832af02d3b2 (patch) | |
tree | 0342024e38e856c85c46c826eed650c4f07d7547 /sys-libs | |
parent | dev-libs/elfutils: drop old (diff) | |
download | gentoo-b14b1f7b2ac268926406133435766832af02d3b2.tar.gz gentoo-b14b1f7b2ac268926406133435766832af02d3b2.tar.bz2 gentoo-b14b1f7b2ac268926406133435766832af02d3b2.zip |
sys-libs/libxcrypt: allow python-3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild index 6284f32749c5..375a789a8391 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit autotools multibuild python-any-r1 multilib-minimal DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others" |