summaryrefslogtreecommitdiff
path: root/eclass
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
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')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/subversion.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 11eb75ec77b1..bbf4eb568e71 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.195 2012/03/30 16:41:40 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.196 2012/04/01 19:19:40 floppym Exp $
+
+ 01 Apr 2012; Mike Gilbert <floppym@gentoo.org> subversion.eclass:
+ ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471.
30 Mar 2012; Krzysztof Pawlik <nelchael@gentoo.org>
python-distutils-ng.eclass:
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: