summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:16:29 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-04-03 19:16:29 +0000
commit8e80e71c4ef747663a668ec33b2db070531668d7 (patch)
tree5d352de93212572e3bd5547041afadd8923e5555 /eclass/mercurial.eclass
parentAdd detection of collision-protect in FEATURES. (diff)
downloadgentoo-2-8e80e71c4ef747663a668ec33b2db070531668d7.tar.gz
gentoo-2-8e80e71c4ef747663a668ec33b2db070531668d7.tar.bz2
gentoo-2-8e80e71c4ef747663a668ec33b2db070531668d7.zip
Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.
Diffstat (limited to 'eclass/mercurial.eclass')
-rw-r--r--eclass/mercurial.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index ef55d816aed6..2d02ea9125e0 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.18 2012/02/05 19:14:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.19 2012/04/03 19:16:29 nelchael Exp $
# @ECLASS: mercurial.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ DEPEND="dev-vcs/mercurial"
# Set this variable to a non-empty value to disable the automatic updating of
# a mercurial source tree. This is intended to be set outside the ebuild by
# users.
-EHG_OFFLINE="${EHG_OFFLINE:-${ESCM_OFFLINE}}"
+EHG_OFFLINE="${EHG_OFFLINE:-${EVCS_OFFLINE}}"
# @FUNCTION: mercurial_fetch
# @USAGE: [repository_uri] [module] [sourcedir]