diff options
author | 2005-02-21 16:55:09 +0000 | |
---|---|---|
committer | 2005-02-21 16:55:09 +0000 | |
commit | a53c447e79da057716f82c91dc95218e2f1a5e13 (patch) | |
tree | d7ba785af3c3ae3ae795c080e284b58bbe4186ac | |
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)
-rw-r--r-- | app-text/sloccount/sloccount-2.26.ebuild | 4 | ||||
-rw-r--r-- | media-libs/flac/flac-1.1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 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 }" \ diff --git a/media-libs/flac/flac-1.1.2.ebuild b/media-libs/flac/flac-1.1.2.ebuild index 141d3c3051a1..141f6fb7d056 100644 --- a/media-libs/flac/flac-1.1.2.ebuild +++ b/media-libs/flac/flac-1.1.2.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/media-libs/flac/flac-1.1.2.ebuild,v 1.5 2005/02/21 00:56:23 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2.ebuild,v 1.6 2005/02/21 16:55:09 mr_bones_ Exp $ inherit libtool eutils flag-o-matic gcc @@ -30,7 +30,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-libtool.patch epatch "${FILESDIR}"/${P}-gas.patch epatch "${FILESDIR}"/${P}-makefile.patch - ./autogen.sh + ./autogen.sh libtoolize --copy --force elibtoolize --reverse-deps } |