dev-vcs/tortoisehg: Minor adjustment in live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 8 Nov 2017 08:57:49 +0000 (09:57 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 8 Nov 2017 09:04:42 +0000 (10:04 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

dev-vcs/tortoisehg/tortoisehg-9999.ebuild

index 9fe522559a03f5735231e04d02823752427407a2..747cc0ce0345c5739488e28f2f37f3bccaf1447b 100644 (file)
@@ -9,7 +9,7 @@ inherit distutils-r1 eutils
 if [[ ${PV} != *9999* ]]; then
        KEYWORDS="~amd64 ~x86"
        SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"
-       HG_DEPEND=">=dev-vcs/mercurial-3.6 <dev-vcs/mercurial-3.8"
+       HG_DEPEND=">=dev-vcs/mercurial-4.3 <dev-vcs/mercurial-4.5"
 else
        inherit mercurial
        EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"