diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2021-02-10 07:05:57 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-02-18 11:36:16 +0200 |
commit | b6570c215514cabca80f2bd5331fc920219e486b (patch) | |
tree | bdb8a8ff9194f15fc29dcc2284cb8729d52e462a /dev-vcs | |
parent | dev-vcs/tortoisehg: 5.7 version bump (diff) | |
download | gentoo-b6570c215514cabca80f2bd5331fc920219e486b.tar.gz gentoo-b6570c215514cabca80f2bd5331fc920219e486b.tar.bz2 gentoo-b6570c215514cabca80f2bd5331fc920219e486b.zip |
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>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index fa93e7d11ef7..770dffc99f7d 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" |