dev-vcs/tortoisehg: live ebuild update

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/19398
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Sergey Torokhov
2021-02-10 07:05:57 +03:00
committed by Joonas Niilola
parent 65228eac43
commit b6570c2155

View File

@@ -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"