From f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 5 Jun 2021 08:51:27 +0200 Subject: [PATCH] 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 --- 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 90a198efd46f7..d65dc94f4e0ea 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