diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/sox/sox-12.17.3-r1.ebuild | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/sox/sox-12.17.3-r1.ebuild')
-rw-r--r-- | media-sound/sox/sox-12.17.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/sox/sox-12.17.3-r1.ebuild b/media-sound/sox/sox-12.17.3-r1.ebuild index 51bd9986a805..414a24c28e3f 100644 --- a/media-sound/sox/sox-12.17.3-r1.ebuild +++ b/media-sound/sox/sox-12.17.3-r1.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/media-sound/sox/sox-12.17.3-r1.ebuild,v 1.7 2003/02/28 16:54:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r1.ebuild,v 1.8 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="The swiss army knife of sound processing programs" @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" DEPEND="virtual/glibc" src_compile () { - # Looks like support for alsa09's dsp is broken in sox; + # Looks like support for alsa09's dsp is broken in sox; # disabling it for now. econf --enable-fast-ulaw --enable-fast-alaw || die emake || die @@ -30,6 +30,6 @@ src_install () { pkg_postinst () { # the rec binary doesnt exist anymore if([ ! -e /usr/bin/rec ]) then - ln -s /usr/bin/play /usr/bin/rec + ln -s /usr/bin/play /usr/bin/rec fi } |