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 060EC1382C5 for ; Sat, 5 Jun 2021 06:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46240E0882; Sat, 5 Jun 2021 06:51:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31027E0882 for ; Sat, 5 Jun 2021 06:51:47 +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 56E05340C77 for ; Sat, 5 Jun 2021 06:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BB175B for ; Sat, 5 Jun 2021 06:51:45 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1622875901.f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-git/hg-git-0.9.0.ebuild X-VCS-Directories: dev-vcs/hg-git/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5 X-VCS-Branch: master Date: Sat, 5 Jun 2021 06:51:45 +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: 10210973-0b74-4886-bb19-faba72c15e9a X-Archives-Hash: cd9dee637a8622fae3431c118a8cb549 commit: f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 5 06:51:27 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 5 06:51:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43aeb82 dev-vcs/hg-git-0.9.0: add python3.9 support Bug: https://bugs.gentoo.org/793842 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> dev-vcs/hg-git/hg-git-0.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/hg-git/hg-git-0.9.0.ebuild b/dev-vcs/hg-git/hg-git-0.9.0.ebuild index 90a198efd46..d65dc94f4e0 100644 --- a/dev-vcs/hg-git/hg-git-0.9.0.ebuild +++ b/dev-vcs/hg-git/hg-git-0.9.0.ebuild @@ -2,7 +2,8 @@ # 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