diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-21 16:55:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-21 16:55:09 +0000 |
commit | a53c447e79da057716f82c91dc95218e2f1a5e13 (patch) | |
tree | d7ba785af3c3ae3ae795c080e284b58bbe4186ac /app-text/sloccount/sloccount-2.26.ebuild | |
parent | stable on ia64 #77932 (Manifest recommit) (diff) | |
download | gentoo-2-a53c447e79da057716f82c91dc95218e2f1a5e13.tar.gz gentoo-2-a53c447e79da057716f82c91dc95218e2f1a5e13.tar.bz2 gentoo-2-a53c447e79da057716f82c91dc95218e2f1a5e13.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-text/sloccount/sloccount-2.26.ebuild')
-rw-r--r-- | app-text/sloccount/sloccount-2.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sloccount/sloccount-2.26.ebuild b/app-text/sloccount/sloccount-2.26.ebuild index 88aef155e2b1..dc544b655e98 100644 --- a/app-text/sloccount/sloccount-2.26.ebuild +++ b/app-text/sloccount/sloccount-2.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.1 2005/02/20 21:07:12 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.2 2005/02/21 16:52:03 mr_bones_ Exp $ inherit eutils @@ -26,7 +26,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-libexec.patch - + sed -i \ -e "/^CC/ { s/$/ ${CFLAGS}/g }" \ -e "/^DOC_DIR/ { s/-\$(RPM_VERSION)//g }" \ |