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 3808E1382C5 for ; Sat, 6 Mar 2021 09:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA72E0828; Sat, 6 Mar 2021 09:09:12 +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 727F3E0828 for ; Sat, 6 Mar 2021 09:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D581340EB2 for ; Sat, 6 Mar 2021 09:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3117F585 for ; Sat, 6 Mar 2021 09:09:10 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1615021744.ae1180d8494b5725ce9d1a37e4f19d86326fd385.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild X-VCS-Directories: dev-vcs/hg-evolve/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: ae1180d8494b5725ce9d1a37e4f19d86326fd385 X-VCS-Branch: master Date: Sat, 6 Mar 2021 09:09:10 +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: d170aff8-8fb5-4e0c-b577-8bfd97fc3da5 X-Archives-Hash: 12df688044e439bc9a98f2163dce9cf7 commit: ae1180d8494b5725ce9d1a37e4f19d86326fd385 Author: Cédric Krier gentoo org> AuthorDate: Sat Mar 6 09:08:39 2021 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Mar 6 09:09:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1180d8 dev-vcs/hg-evolve: add support for python 3.9 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Cédric Krier gentoo.org> dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild index 4195b19e959..362e472bb40 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1