diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-07 00:45:39 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-07 00:45:39 +0000 |
commit | aec2766feaad9178902366ed7b290ecd1e7f13ee (patch) | |
tree | 69bfbe2e5d1182c8dc14f40e18a5b18d5b472e26 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | Updating elog message (diff) | |
download | gentoo-2-aec2766feaad9178902366ed7b290ecd1e7f13ee.tar.gz gentoo-2-aec2766feaad9178902366ed7b290ecd1e7f13ee.tar.bz2 gentoo-2-aec2766feaad9178902366ed7b290ecd1e7f13ee.zip |
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 56e7f74a58db..4b51b48a9942 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.19 2013/03/05 03:44:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.20 2013/05/07 00:45:39 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -10,7 +10,7 @@ inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz" - HG_DEPEND=">=dev-vcs/mercurial-2.4 <dev-vcs/mercurial-2.6" + HG_DEPEND=">=dev-vcs/mercurial-2.5 <dev-vcs/mercurial-2.7" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |