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/mhwaveedit/mhwaveedit-1.2.1.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/mhwaveedit/mhwaveedit-1.2.1.ebuild')
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.2.1.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.2.1.ebuild index 3b6408bc0f8a..d61413999737 100644 --- a/media-sound/mhwaveedit/mhwaveedit-1.2.1.ebuild +++ b/media-sound/mhwaveedit/mhwaveedit-1.2.1.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/mhwaveedit/mhwaveedit-1.2.1.ebuild,v 1.2 2003/07/12 20:30:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.2.1.ebuild,v 1.3 2003/09/07 00:06:06 msterret Exp $ IUSE="gtk2 oss sdl" @@ -20,13 +20,13 @@ DEPEND="gtk2? ( >=x11-libs/gtk+-2.0.0 ) src_compile() { local myconf - + use gtk2 || myconf="${myconf} --disable-gtk2" use oss || myconf="${myconf} --without-oss" use sdl || myconf="${myconf} --withut-sdl" - + econf ${myconf} || die emake || die } |