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-port | |
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-port')
-rw-r--r-- | dev-lisp/cl-port/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-port/cl-port-1.0.1.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-port/Manifest b/dev-lisp/cl-port/Manifest index d690abf509eb..c513afa3a9c6 100644 --- a/dev-lisp/cl-port/Manifest +++ b/dev-lisp/cl-port/Manifest @@ -1,3 +1,3 @@ MD5 005570239c27d6c1d15b09bf3ae6277d ChangeLog 320 -MD5 8143ebbf5daf6aebb0d700671cd1f61f cl-port-1.0.1.1.ebuild 854 +MD5 af13feb6ec5ead473348f37980aa6053 cl-port-1.0.1.1.ebuild 853 MD5 d8fafbc1ce715736d3afd21892baae6a files/digest-cl-port-1.0.1.1 71 diff --git a/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild index 65bab3a08c54..f923d2900327 100644 --- a/dev-lisp/cl-port/cl-port-1.0.1.1.ebuild +++ b/dev-lisp/cl-port/cl-port-1.0.1.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-port/cl-port-1.0.1.1.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.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 *.asd - common-lisp-system-symlink + common-lisp-system-symlink dodoc port.html } |