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 | c03cd9005b32cd944a42292b6519d72db9e7cf0f (patch) | |
tree | b3355b97154f18d5670348580b09544fb6ac0721 /dev-util/ccache/ccache-2.3.ebuild | |
parent | repoman: Header fix (diff) | |
download | historical-c03cd9005b32cd944a42292b6519d72db9e7cf0f.tar.gz historical-c03cd9005b32cd944a42292b6519d72db9e7cf0f.tar.bz2 historical-c03cd9005b32cd944a42292b6519d72db9e7cf0f.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 |