diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:34:16 +0000 |
commit | 7b5815536f9703ac17ffa50a3cd0076aab4e2014 (patch) | |
tree | 60a67815a5e210d43045dea3e4f9ac6032219a30 /media-libs/libswf/libswf-0.99.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-7b5815536f9703ac17ffa50a3cd0076aab4e2014.tar.gz historical-7b5815536f9703ac17ffa50a3cd0076aab4e2014.tar.bz2 historical-7b5815536f9703ac17ffa50a3cd0076aab4e2014.zip |
sync IUSE (missing)
Diffstat (limited to 'media-libs/libswf/libswf-0.99.ebuild')
-rw-r--r-- | media-libs/libswf/libswf-0.99.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libswf/libswf-0.99.ebuild b/media-libs/libswf/libswf-0.99.ebuild index 832c4811d8aa..1f1594a0a30a 100644 --- a/media-libs/libswf/libswf-0.99.ebuild +++ b/media-libs/libswf/libswf-0.99.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/libswf/libswf-0.99.ebuild,v 1.16 2004/07/01 08:01:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.17 2004/07/14 20:16:26 agriffis Exp $ S=${WORKDIR}/dist DESCRIPTION="A library for flash movies" @@ -10,6 +10,7 @@ HOMEPAGE="ftp://ftp.sgi.com/sgi/graphics/grafica/flash/index.html" SLOT="0" LICENSE="as-is" KEYWORDS="x86 -sparc ppc hppa -mips amd64" +IUSE="" DEPEND="virtual/libc app-arch/unzip" |