diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:51:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:51:14 +0000 |
commit | cce9e6d0959175ccefe0bdb857d4ad435e05f056 (patch) | |
tree | 5abc0b9ee4d3baf9a6a3036d2775e7cf8a2630c8 /media-libs/ladspa-cmt | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-cce9e6d0959175ccefe0bdb857d4ad435e05f056.tar.gz gentoo-2-cce9e6d0959175ccefe0bdb857d4ad435e05f056.tar.bz2 gentoo-2-cce9e6d0959175ccefe0bdb857d4ad435e05f056.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'media-libs/ladspa-cmt')
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild index 8f289db1ea98..f1ed48472981 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild @@ -1,6 +1,6 @@ # 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.14.ebuild,v 1.10 2004/06/24 23:04:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.14.ebuild,v 1.11 2004/07/14 19:51:14 agriffis Exp $ DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" HOMEPAGE="http://www.ladspa.org/" @@ -8,6 +8,7 @@ LICENSE="LGPL-2.1" SRC_URI="http://www.ladspa.org/download/cmt_src.tgz" KEYWORDS="x86" +IUSE="" SLOT="0" @@ -36,4 +37,3 @@ src_install() { INSOPTIONS="-m755" doins ../plugins/*.so } - |