summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-28 22:57:06 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-28 22:57:06 +0000
commit92957d777fbfa1bf3488413c7affba5c549485df (patch)
treeb9a52782178845f45bb1ffa3996b1d469cf6cefb
parentfixed dodoc docs. closes #18304. (diff)
downloadgentoo-2-92957d777fbfa1bf3488413c7affba5c549485df.tar.gz
gentoo-2-92957d777fbfa1bf3488413c7affba5c549485df.tar.bz2
gentoo-2-92957d777fbfa1bf3488413c7affba5c549485df.zip
fixed type. closes #17987.
-rw-r--r--eclass/cvs.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index da60902e26d3..537c82eaaf60 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.33 2003/03/19 11:54:21 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.34 2003/03/28 22:57:06 mholzer Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -73,7 +73,7 @@ INHERITED="$INHERITED $ECLASS"
# add cvs to deps
DEPEND="$DEPEND dev-util/cvs dev-python/pexpect"
-# since we now longer have src_fetch as a redefinable ebuild function,
+# since we no longer have src_fetch as a redefinable ebuild function,
# we are forced to call this function from cvs_src_unpack
cvs_fetch() {