From 8e80e71c4ef747663a668ec33b2db070531668d7 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Tue, 3 Apr 2012 19:16:29 +0000 Subject: Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469. --- eclass/mercurial.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/mercurial.eclass') 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] -- cgit v1.2.3-65-gdbad