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-acl-compat | |
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-acl-compat')
-rw-r--r-- | dev-lisp/cl-acl-compat/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/cl-acl-compat/Manifest b/dev-lisp/cl-acl-compat/Manifest index 795b12af3c82..61761b26d839 100644 --- a/dev-lisp/cl-acl-compat/Manifest +++ b/dev-lisp/cl-acl-compat/Manifest @@ -1,3 +1,3 @@ MD5 3e1b6561da176a4184ac29718577cff5 ChangeLog 330 -MD5 e4d165d5c97986bf7f7c67fbc29d92b8 cl-acl-compat-1.2.12c.ebuild 886 +MD5 a0f68c3db0d619427e4ba41081041649 cl-acl-compat-1.2.12c.ebuild 885 MD5 15d5d16cbcbb9ba7405c40c985cfc2fb files/digest-cl-acl-compat-1.2.12c 92 diff --git a/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.ebuild b/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.ebuild index 268c95e20d00..47a4b3289e87 100644 --- a/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.ebuild +++ b/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.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-acl-compat/cl-acl-compat-1.2.12c.ebuild,v 1.1 2003/06/10 04:53:03 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-acl-compat/cl-acl-compat-1.2.12c.ebuild,v 1.2 2003/09/06 22:35:54 msterret Exp $ inherit common-lisp @@ -22,5 +22,5 @@ src_install() { dodir /usr/share/common-lisp/source/ cp -r acl-compat/ ${D}/usr/share/common-lisp/source/ common-lisp-install acl-compat/acl-compat.asd - common-lisp-system-symlink + common-lisp-system-symlink } |