diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-13 04:57:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-13 04:57:35 +0000 |
commit | 028092dc6e15c5053c8db49e7f19dab98e557341 (patch) | |
tree | ea89e7392c49e1c4e2aa3a33e25507bc1ba47092 /eclass/cvs.eclass | |
parent | cross-compile / gcc-config logic update (diff) | |
download | gentoo-2-028092dc6e15c5053c8db49e7f19dab98e557341.tar.gz gentoo-2-028092dc6e15c5053c8db49e7f19dab98e557341.tar.bz2 gentoo-2-028092dc6e15c5053c8db49e7f19dab98e557341.zip |
fix typo #77642
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 35bd40c5f847..f97e8ec8cc16 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.54 2004/12/13 06:35:06 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.55 2005/01/13 04:57:35 vapier Exp $ # Current Maintainer: Tal Peer <coredumb@gentoo.org> # Original Author: Dan Armak <danarmak@gentoo.org> @@ -75,7 +75,7 @@ INHERITED="$INHERITED $ECLASS" [ -z "$ECVS_TOP_DIR" ] && ECVS_TOP_DIR="${DISTDIR}/cvs-src" -# ECVS_NAME -- CVS path +# ECVS_SERVER -- CVS path # # The format is "server:/dir", e.g. "anoncvs.kde.org:/home/kde". # Remove the other parts of the full CVSROOT, which might look like |