summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-04-01 19:19:40 +0000
committerMike Gilbert <floppym@gentoo.org>2012-04-01 19:19:40 +0000
commitb412fc289b0a26cfd6d6202520e179d4c2253013 (patch)
treeb5151a93c21473d458931a72dda41db645d16f0d /eclass/subversion.eclass
parentOld. (diff)
downloadgentoo-2-b412fc289b0a26cfd6d6202520e179d4c2253013.tar.gz
gentoo-2-b412fc289b0a26cfd6d6202520e179d4c2253013.tar.bz2
gentoo-2-b412fc289b0a26cfd6d6202520e179d4c2253013.zip
ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471.
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r--eclass/subversion.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index c3e21336b53d..52148b0b18fc 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.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/subversion.eclass,v 1.75 2012/02/21 18:03:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.76 2012/04/01 19:19:40 floppym Exp $
# @ECLASS: subversion.eclass
# @MAINTAINER:
@@ -154,7 +154,7 @@ ESVN_DISABLE_DEPENDENCIES="${ESVN_DISABLE_DEPENDENCIES:-}"
# Set this variable to a non-empty value to disable the automatic updating of
# an svn source tree. This is intended to be set outside the subversion source
# tree by users.
-ESVN_OFFLINE="${ESVN_OFFLINE:-${ESCM_OFFLINE}}"
+ESVN_OFFLINE="${ESVN_OFFLINE:-${EVCS_OFFLINE}}"
# @ECLASS-VARIABLE: ESVN_UMASK
# @DESCRIPTION: