summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-04-30 12:07:04 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-04-30 12:07:04 +0000
commit4f9bbab9f121856dbe8fc787b94ae2340a6c9eb9 (patch)
tree6911681130aead03042cfe7e7090dd834a5556d7 /eclass
parentAdded to ~ppc (diff)
downloadhistorical-4f9bbab9f121856dbe8fc787b94ae2340a6c9eb9.tar.gz
historical-4f9bbab9f121856dbe8fc787b94ae2340a6c9eb9.tar.bz2
historical-4f9bbab9f121856dbe8fc787b94ae2340a6c9eb9.zip
fixes bug #49335
Diffstat (limited to '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 9983c5c0cce7..45f9b572c1fb 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.9 2004/04/11 05:46:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.10 2004/04/30 12:07:04 hattya Exp $
## --------------------------------------------------------------------------- #
# Author: Akinori Hattori <hattya@gentoo.org>
@@ -11,7 +11,7 @@
#
# Description:
# If you use this eclass, the ${S} is ${WORKDIR}/${P}.
-# It is necessary to define the ESVN_REPOURI variable at least.
+# It is necessary to define the ESVN_REPO_URI variable at least.
#
## --------------------------------------------------------------------------- #