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-html-template/cl-html-template-0.1.2.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-html-template/cl-html-template-0.1.2.ebuild')
-rw-r--r-- | dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild index 4ba3b499fa71..77d09e4ed26f 100644 --- a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild +++ b/dev-lisp/cl-html-template/cl-html-template-0.1.2.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-html-template/cl-html-template-0.1.2.ebuild,v 1.1 2003/08/26 15:56:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ inherit common-lisp @@ -21,7 +21,7 @@ S=${WORKDIR}/${P/cl-/} src_install() { common-lisp-install *.lisp *.asd - common-lisp-system-symlink + common-lisp-system-symlink dodoc CHANGELOG INSTALLATION dohtml doc/*.html } |