From 22cf382a9a2aae4aa107bb64b00b5c6b61819945 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 20 Apr 2011 17:16:34 +0000 Subject: Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass. --- eclass/bzr.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/bzr.eclass') diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index f8286ffaae8a..52c706bad717 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.13 2011/04/04 11:57:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.14 2011/04/20 17:16:34 ulm Exp $ # # @ECLASS: bzr.eclass # @MAINTAINER: @@ -144,7 +144,7 @@ esac # Set this variable to a non-empty value to disable automatic updating # of a bzr source tree. This is intended to be set outside the ebuild # by users. -: ${EBZR_OFFLINE:=${ESCM_OFFLINE}} +: ${EBZR_OFFLINE=${EVCS_OFFLINE}} # @FUNCTION: bzr_initial_fetch # @USAGE: -- cgit v1.2.3-65-gdbad