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 8ADDF1382C5 for ; Mon, 31 May 2021 22:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFD57E0863; Mon, 31 May 2021 22:24:46 +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 B6819E0863 for ; Mon, 31 May 2021 22:24:46 +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 62CDF340E07 for ; Mon, 31 May 2021 22:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D74978B for ; Mon, 31 May 2021 22:24:43 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1622499826.a5f2572b08f0b99c0c2b2ed63596f4323f757b95.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/supervisor/supervisor-4.2.2.ebuild X-VCS-Directories: app-admin/supervisor/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: a5f2572b08f0b99c0c2b2ed63596f4323f757b95 X-VCS-Branch: master Date: Mon, 31 May 2021 22:24:43 +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: b48f0aad-f231-4481-9f47-a5596b919998 X-Archives-Hash: 5bc6942b84ef8fce69c2501a1a2a5183 commit: a5f2572b08f0b99c0c2b2ed63596f4323f757b95 Author: Louis Sautier gentoo org> AuthorDate: Mon May 31 22:23:27 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon May 31 22:23:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f2572b app-admin/supervisor: add Python 3.10 support Signed-off-by: Louis Sautier gentoo.org> app-admin/supervisor/supervisor-4.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/supervisor/supervisor-4.2.2.ebuild b/app-admin/supervisor/supervisor-4.2.2.ebuild index 281756fef94..7b9321adf6b 100644 --- a/app-admin/supervisor/supervisor-4.2.2.ebuild +++ b/app-admin/supervisor/supervisor-4.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) # xml.etree.ElementTree module required. PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_SETUPTOOLS=rdepend