summaryrefslogtreecommitdiff
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
commit993f10860bbb1532dfea182217ed8419a64fa85a (patch)
tree0b8390beedfad7fb111a67c8c2a1f8f68d89de32
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-993f10860bbb1532dfea182217ed8419a64fa85a.tar.gz
gentoo-2-993f10860bbb1532dfea182217ed8419a64fa85a.tar.bz2
gentoo-2-993f10860bbb1532dfea182217ed8419a64fa85a.zip
fixes bug #49335
-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.
#
## --------------------------------------------------------------------------- #