commit:     b6570c215514cabca80f2bd5331fc920219e486b
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Feb 10 04:05:57 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 09:36:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6570c21

dev-vcs/tortoisehg: live ebuild update

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/19398
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild 
b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
index fa93e7d11ef..770dffc99f7 100644
--- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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.5
-               <dev-vcs/mercurial-5.7"
+       HG_DEPEND=">=dev-vcs/mercurial-5.6
+               <dev-vcs/mercurial-5.8"
 else
        inherit mercurial
        EHG_REPO_URI="https://foss.heptapod.net/mercurial/tortoisehg/thg";
        EHG_REVISION="stable"
-       HG_DEPEND=">=dev-vcs/mercurial-5.5"
+       HG_DEPEND=">=dev-vcs/mercurial-5.6"
 fi
 
 DESCRIPTION="Set of graphical tools for Mercurial"

Reply via email to