diff options
Diffstat (limited to 'media-sound/sooperlooper/sooperlooper-1.1.0.ebuild')
-rw-r--r-- | media-sound/sooperlooper/sooperlooper-1.1.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild b/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild index dcde2c45d813..d3721266002f 100644 --- a/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild +++ b/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild,v 1.1 2007/04/30 02:24:19 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sooperlooper/sooperlooper-1.1.0.ebuild,v 1.2 2007/05/07 01:37:52 dirtyepic Exp $ -inherit wxwidgets +inherit eutils wxwidgets DESCRIPTION="Live looping sampler with immediate loop recording" HOMEPAGE="http://essej.net/sooperlooper/index.html" @@ -23,6 +23,9 @@ DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0 dev-libs/libxml2" src_compile() { + # Bug #176751 + epatch "${FILESDIR}"/${P}-amd64.patch + WX_GTK_VER="2.6" need-wxwidgets gtk2 |