diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:22:52 +0000 |
commit | f13feb5caa5739f6d013ff7657ccf65ff34b281d (patch) | |
tree | 219ce8f7089d29858f3401a8295932b23004eb2d /media-sound/mp3blaster | |
parent | Added LICENSE and SLOTS to meet repoman and lintool requirements (diff) | |
download | gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.tar.gz gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.tar.bz2 gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.zip |
typo fix
Diffstat (limited to 'media-sound/mp3blaster')
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild index 1fff8306fdf5..97285ca60cfd 100644 --- a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.3 2002/07/21 03:07:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.4 2002/07/21 15:20:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MP3 command line player" @@ -33,7 +33,7 @@ src_compile() { Makefile | cat > Makefile cd ${S} - fi + ) # parallel make does not work make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die |