Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Sat, 19 Jun 2021 09:01:28
Message-Id: 1624093281.b14b1f7b2ac268926406133435766832af02d3b2.slyfox@gentoo
1 commit: b14b1f7b2ac268926406133435766832af02d3b2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 08:57:46 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 09:01:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14b1f7b
7
8 sys-libs/libxcrypt: allow python-3.10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild
17 index 6284f32749c..375a789a839 100644
18 --- a/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild
19 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26 inherit autotools multibuild python-any-r1 multilib-minimal
27
28 DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"