diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:54:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:54:14 +0000 |
commit | c26315246e13f3478ce1ad370c010851be7366b7 (patch) | |
tree | f55654f720c099745f38604266716416d44bdefb /media-libs/ladspa-sdk | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-c26315246e13f3478ce1ad370c010851be7366b7.tar.gz gentoo-2-c26315246e13f3478ce1ad370c010851be7366b7.tar.bz2 gentoo-2-c26315246e13f3478ce1ad370c010851be7366b7.zip |
sync IUSE (missing)
Diffstat (limited to 'media-libs/ladspa-sdk')
-rw-r--r-- | media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild b/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild index 22e24a23edc4..ba350d9c6a72 100644 --- a/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild +++ b/media-libs/ladspa-sdk/ladspa-sdk-1.0.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-sdk/ladspa-sdk-1.0.ebuild,v 1.9 2004/07/01 08:35:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-sdk/ladspa-sdk-1.0.ebuild,v 1.10 2004/07/14 19:51:35 agriffis Exp $ S=${WORKDIR}/ladspa_sdk/src DESCRIPTION="The Linux Audio Developer's Simple Plugin API and some example plugins" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.ladspa.org/" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND="virtual/libc" |