commit: 514acb4ea36a5a3b086897773d9d2d3f96e8e5b9
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Nov 4 12:58:40 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 13:56:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514acb4e
dev-vcs/tortoisehg: 9999.ebuild update HG_DEPEND
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
index 479ec0fd1be..6afa72348e5 100644
--- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
@@ -11,13 +11,13 @@ inherit desktop distutils-r1 xdg-utils
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~arm64 ~x86"
SRC_URI="https://www.mercurial-scm.org/release/tortoisehg/targz/${P}.tar.gz"
- HG_DEPEND=">=dev-vcs/mercurial-5.4
- <dev-vcs/mercurial-5.6"
+ HG_DEPEND=">=dev-vcs/mercurial-5.5
+ <dev-vcs/mercurial-5.7"
else
inherit mercurial
EHG_REPO_URI="https://foss.heptapod.net/mercurial/tortoisehg/thg"
EHG_REVISION="stable"
- HG_DEPEND=">=dev-vcs/mercurial-5.4"
+ HG_DEPEND=">=dev-vcs/mercurial-5.5"
fi
DESCRIPTION="Set of graphical tools for Mercurial"