diff options
Diffstat (limited to 'dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild index 9ae9bc3127d1..5a81d1cc9193 100644 --- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild +++ b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.8 2007/03/03 23:21:21 genone Exp $ inherit common-lisp eutils @@ -33,7 +33,7 @@ src_install() { pkg_postinst() { register-common-lisp-source ${CLPACKAGE} - while read line; do einfo ${line}; done <<EOF + while read line; do elog ${line}; done <<EOF The comments within the source for fare-matcher provide documentation. You can find summarized documentation at the CLiki. |