From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 400FE1382C5 for ; Sat, 19 Jun 2021 09:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE9BE088A; Sat, 19 Jun 2021 09:01:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04151E0882 for ; Sat, 19 Jun 2021 09:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1783340B77 for ; Sat, 19 Jun 2021 09:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 035A97A4 for ; Sat, 19 Jun 2021 09:01:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1624093281.b14b1f7b2ac268926406133435766832af02d3b2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild X-VCS-Directories: sys-libs/libxcrypt/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b14b1f7b2ac268926406133435766832af02d3b2 X-VCS-Branch: master Date: Sat, 19 Jun 2021 09:01:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 710b3e0f-3822-4161-b4f5-966568400d67 X-Archives-Hash: e0c6eda57c72e79485ba075a997002ce commit: b14b1f7b2ac268926406133435766832af02d3b2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 19 08:57:46 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 19 09:01:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14b1f7b sys-libs/libxcrypt: allow python-3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.22.ebuild index 6284f32749c..375a789a839 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"