Skip to content

Commit

Permalink
dev-vcs/tortoisehg: live ebuild update
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Torokhov <[email protected]>
Closes: gentoo#19398
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
band-a-prend authored and juippis committed Feb 18, 2021
1 parent 65228ea commit b6570c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-vcs/tortoisehg/tortoisehg-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit b6570c2

Please sign in to comment.