diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:38:04 +0000 |
commit | 6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7 (patch) | |
tree | 0655478e24525d77854a8c79946eee83db16840e /dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild | |
parent | Fix DEPEND for when we have 'build' in USE. (diff) | |
download | gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.gz gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.tar.bz2 gentoo-2-6d7df4b7117854d8a5af1fd5d2179394b3ba6ce7.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild')
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild index f43b24bac7f5..3e04058aa936 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild @@ -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/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ inherit common-lisp @@ -21,6 +21,6 @@ S=${WORKDIR}/${P} src_install() { common-lisp-install *.lisp ${FILESDIR}/${PN}.asd - common-lisp-system-symlink + common-lisp-system-symlink dodoc *.txt } |