diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 21:28:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 21:28:23 +0000 |
commit | 7dbab640fbbc639d07e4eb4a595e4fae385c8ab4 (patch) | |
tree | 07565dca7111917ddc32cc9f8d9cad0fea987bdb /media-sound/gramofile | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-7dbab640fbbc639d07e4eb4a595e4fae385c8ab4.tar.gz gentoo-2-7dbab640fbbc639d07e4eb4a595e4fae385c8ab4.tar.bz2 gentoo-2-7dbab640fbbc639d07e4eb4a595e4fae385c8ab4.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r-- | media-sound/gramofile/gramofile-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild index b9bd1e020f21..6da54af32e5d 100644 --- a/media-sound/gramofile/gramofile-1.6.ebuild +++ b/media-sound/gramofile/gramofile-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.10 2004/04/20 16:46:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.11 2004/04/21 21:28:23 mr_bones_ Exp $ inherit eutils @@ -27,7 +27,7 @@ src_unpack() { } src_compile() { - sed -i -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile + sed -i -e "s/CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER/CFLAGS \= -Wall `echo ${CFLAGS}` -DTURBO_MEDIAN -DTURBO_BUFFER/" Makefile make || die } |