diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-19 07:27:23 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-19 07:27:23 +0000 |
commit | df8420678c6320466c7b9ea3b5b324d6d94ce8e2 (patch) | |
tree | 9ff0d4e36c56f9781d6ebb3b8a0c13385a04e89c /media-sound/bitscope/bitscope-1.1.ebuild | |
parent | Version bump (diff) | |
download | historical-df8420678c6320466c7b9ea3b5b324d6d94ce8e2.tar.gz historical-df8420678c6320466c7b9ea3b5b324d6d94ce8e2.tar.bz2 historical-df8420678c6320466c7b9ea3b5b324d6d94ce8e2.zip |
Stable sparc.
Diffstat (limited to 'media-sound/bitscope/bitscope-1.1.ebuild')
-rw-r--r-- | media-sound/bitscope/bitscope-1.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/bitscope/bitscope-1.1.ebuild b/media-sound/bitscope/bitscope-1.1.ebuild index 2e744aef3cbe..f831ff93ca89 100644 --- a/media-sound/bitscope/bitscope-1.1.ebuild +++ b/media-sound/bitscope/bitscope-1.1.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/bitscope/bitscope-1.1.ebuild,v 1.5 2004/09/28 19:28:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/bitscope-1.1.ebuild,v 1.6 2004/10/19 07:27:23 eradicator Exp $ + +IUSE="" DESCRIPTION="A diagnosis tool for JACK audio software" HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/" SRC_URI="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/${P}.tar.gz" -RESTRICT="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~ppc ~sparc" -IUSE="" +KEYWORDS="amd64 x86 ~ppc sparc" -RDEPEND="media-sound/jack-audio-connection-kit +DEPEND="media-sound/jack-audio-connection-kit >=x11-libs/gtk+-2" src_install() { |