diff options
author | Henning Schild <henning@hennsch.de> | 2017-06-10 18:52:28 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-06-10 21:31:44 +0200 |
commit | 5ccffbe27640c722f506c586526c1ed01f5e252e (patch) | |
tree | 692ac5fedbd6a0bba3b4d58b107f6ae9fdded549 /dev-vcs/hg-git | |
parent | package.mask: Fix syntax in 17.0 dir, thanks Arfrever (diff) | |
download | gentoo-5ccffbe27640c722f506c586526c1ed01f5e252e.tar.gz gentoo-5ccffbe27640c722f506c586526c1ed01f5e252e.tar.bz2 gentoo-5ccffbe27640c722f506c586526c1ed01f5e252e.zip |
dev-vcs/hg-git: hg-git-0.8.5 does not work with >=mercurial-4.2
while at it also update the other version numbers in RDEPEND
numbers are taken from __init__.py testedwith and from testing myself
Signed-off-by: Henning Schild <henning@hennsch.de>
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.8.5.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.8.6.ebuild | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/hg-git/hg-git-0.8.5.ebuild b/dev-vcs/hg-git/hg-git-0.8.5.ebuild index 549bf53e166b..639c573a4194 100644 --- a/dev-vcs/hg-git/hg-git-0.8.5.ebuild +++ b/dev-vcs/hg-git/hg-git-0.8.5.ebuild @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-maco IUSE="" RDEPEND=" - >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}] + >=dev-vcs/mercurial-2.8.2[${PYTHON_USEDEP}] + <=dev-vcs/mercurial-4.1.3[${PYTHON_USEDEP}] >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} diff --git a/dev-vcs/hg-git/hg-git-0.8.6.ebuild b/dev-vcs/hg-git/hg-git-0.8.6.ebuild index 76272d93cfec..cc4e760224e7 100644 --- a/dev-vcs/hg-git/hg-git-0.8.6.ebuild +++ b/dev-vcs/hg-git/hg-git-0.8.6.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-ma IUSE="" RDEPEND=" - >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}] + >=dev-vcs/mercurial-2.8.2[${PYTHON_USEDEP}] >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} |