diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2020-11-04 15:58:40 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-16 15:56:16 +0200 |
commit | 514acb4ea36a5a3b086897773d9d2d3f96e8e5b9 (patch) | |
tree | 5ce16299d50d5e0e7269a03922da3b94ed3161ec /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: 5.6 version bump (diff) | |
download | gentoo-514acb4ea36a5a3b086897773d9d2d3f96e8e5b9.tar.gz gentoo-514acb4ea36a5a3b086897773d9d2d3f96e8e5b9.tar.bz2 gentoo-514acb4ea36a5a3b086897773d9d2d3f96e8e5b9.zip |
dev-vcs/tortoisehg: 9999.ebuild update HG_DEPEND
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 479ec0fd1be5..6afa72348e55 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" |