summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-20 17:16:34 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-20 17:16:34 +0000
commit22cf382a9a2aae4aa107bb64b00b5c6b61819945 (patch)
tree15ddde70a50623c62afe5d23a9b7eb0e14103a3f /eclass/bzr.eclass
parent[net-wireless/wimax] Version bump (diff)
downloadhistorical-22cf382a9a2aae4aa107bb64b00b5c6b61819945.tar.gz
historical-22cf382a9a2aae4aa107bb64b00b5c6b61819945.tar.bz2
historical-22cf382a9a2aae4aa107bb64b00b5c6b61819945.zip
Rename variable ESCM_OFFLINE to EVCS_OFFLINE, following git-2.eclass.
Diffstat (limited to 'eclass/bzr.eclass')
-rw-r--r--eclass/bzr.eclass4
1 files changed, 2 insertions, 2 deletions
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: <repository URI> <branch directory>