diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-21 16:43:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-21 16:43:03 +0000 |
commit | 15ff329dee7228cd6608a866c37311f46431e7ac (patch) | |
tree | 8620870a62bf35b40a88981a96e66f1dbbb37f84 /media-sound/jack-smf-utils | |
parent | whitespace (diff) | |
download | gentoo-2-15ff329dee7228cd6608a866c37311f46431e7ac.tar.gz gentoo-2-15ff329dee7228cd6608a866c37311f46431e7ac.tar.bz2 gentoo-2-15ff329dee7228cd6608a866c37311f46431e7ac.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/jack-smf-utils')
-rw-r--r-- | media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild b/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild index 3cc1cb841160..f746d027a7f5 100644 --- a/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild +++ b/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild,v 1.1 2008/05/20 20:53:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-smf-utils/jack-smf-utils-1.0.ebuild,v 1.2 2008/05/21 16:43:03 mr_bones_ Exp $ DESCRIPTION="Utilities for MIDI streams and files using Jack MIDI" HOMEPAGE="http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/" @@ -18,7 +18,6 @@ RDEPEND="readline? ( sys-libs/readline ) DEPEND="${RDEPEND} dev-util/pkgconfig" - src_compile() { econf $(use_with readline) \ $(use_with lash) |