summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-06-05 08:51:27 +0200
committerFabian Groffen <grobian@gentoo.org>2021-06-05 08:51:41 +0200
commitf43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5 (patch)
treef04bc1a2530da25454575cfeb15aa0dc0ab8fc64 /dev-vcs/hg-git
parentdev-java/bcprov: HOMEPAGE (diff)
downloadgentoo-f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5.tar.gz
gentoo-f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5.tar.bz2
gentoo-f43aeb82f3ec44a3b0c38c6af1ccb199f8c9dce5.zip
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 <grobian@gentoo.org>
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r--dev-vcs/hg-git/hg-git-0.9.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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 90a198efd46f..d65dc94f4e0e 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