diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-14 09:08:51 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-14 09:08:51 +0000 |
commit | b718c7a7e8d3cad2f9e3c72a0328e4fb61c25f5e (patch) | |
tree | 21030e99174ac467bdb5b47497b8ee624de6eb52 /media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | |
parent | Initial import. (diff) | |
download | historical-b718c7a7e8d3cad2f9e3c72a0328e4fb61c25f5e.tar.gz historical-b718c7a7e8d3cad2f9e3c72a0328e4fb61c25f5e.tar.bz2 historical-b718c7a7e8d3cad2f9e3c72a0328e4fb61c25f5e.zip |
~sparc
Diffstat (limited to 'media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild')
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild index 838d1cfbb76c..831e75867bf8 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.9 2004/06/24 23:04:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.10 2004/07/14 09:08:51 eradicator Exp $ + +IUSE="" S="${WORKDIR}/cmt/src" MY_P="cmt_src_${PV}" @@ -9,10 +11,9 @@ DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" HOMEPAGE="http://www.ladspa.org/" SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" LICENSE="LGPL-2.1" SLOT="0" -IUSE="" DEPEND="media-libs/ladspa-sdk >=sys-apps/sed-4" |