diff options
author | 2004-07-12 23:07:17 +0000 | |
---|---|---|
committer | 2004-07-12 23:07:17 +0000 | |
commit | 1d5f9d13074a4e17a5351aaa95f87e5b75969aa7 (patch) | |
tree | 29f2cf8fe964fa169ee06263c8766c14f67a26fd /media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild | |
parent | Trimmed the virtual list (diff) | |
download | historical-1d5f9d13074a4e17a5351aaa95f87e5b75969aa7.tar.gz historical-1d5f9d13074a4e17a5351aaa95f87e5b75969aa7.tar.bz2 historical-1d5f9d13074a4e17a5351aaa95f87e5b75969aa7.zip |
~amd64 ~sparc
Diffstat (limited to 'media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild')
-rw-r--r-- | media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild b/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild index 8c68babec94a..19275464918b 100644 --- a/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild +++ b/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild,v 1.7 2004/06/24 23:57:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecamegapedal/ecamegapedal-0.4.3.ebuild,v 1.8 2004/07/12 23:07:17 eradicator Exp $ DESCRIPTION="Ecamegapedal is a real-time effect processor." HOMEPAGE="http://www.wakkanet.fi/~kaiv/ecamegapedal/" SRC_URI="http://ecasound.seul.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64 ~sparc" IUSE="jack" -DEPEND="x11-libs/qt \ - jack? ( media-sound/jack-audio-connection-kit )\ +DEPEND="x11-libs/qt + !sparc? ( jack? ( media-sound/jack-audio-connection-kit ) ) media-sound/ecasound" src_compile() { |