summaryrefslogtreecommitdiff
path: root/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild')
-rw-r--r--dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild
index 86f87960d3a9..6ba87c7557a1 100644
--- a/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild
+++ b/dev-vcs/hg-evolve/hg-evolve-10.0.2-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
@@ -16,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="
- >=dev-vcs/mercurial-4.6[${PYTHON_USEDEP}]"
+ >=dev-vcs/mercurial-4.6[${PYTHON_USEDEP}]
+ <dev-vcs/mercurial-5.6[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"