diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-29 22:48:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-29 22:48:57 +0000 |
commit | cf98de3356a8f55c354d845d656dd93d580e22df (patch) | |
tree | 1c03b95407a7da09c1d54c40d583c789615e41cd /dev-util/ccache/ccache-2.3.ebuild | |
parent | repoman: Header fix (diff) | |
download | gentoo-2-cf98de3356a8f55c354d845d656dd93d580e22df.tar.gz gentoo-2-cf98de3356a8f55c354d845d656dd93d580e22df.tar.bz2 gentoo-2-cf98de3356a8f55c354d845d656dd93d580e22df.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-util/ccache/ccache-2.3.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-2.3.ebuild b/dev-util/ccache/ccache-2.3.ebuild index e3fe3f1cc2a8..2dc291e1adeb 100644 --- a/dev-util/ccache/ccache-2.3.ebuild +++ b/dev-util/ccache/ccache-2.3.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-util/ccache/ccache-2.3.ebuild,v 1.1 2003/09/29 19:41:18 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.3.ebuild,v 1.2 2003/09/29 22:48:55 mr_bones_ Exp $ DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your compiler to safely cache compilation output. When the same code is compiled @@ -28,7 +28,7 @@ src_install () { doexe ccache doman ccache.1 dodoc COPYING README - dohtml web/*.html + dohtml web/*.html diropts -m0755 dodir /usr/lib/ccache/bin |