diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:37:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:37:43 +0000 |
commit | 2da7a4c12c4a3cb1ac50544538c96efc084fc2b9 (patch) | |
tree | 7beb98d731c6605a177957a7673086d58a6e4702 /media-video/bcast/bcast-2000c-r2.ebuild | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | historical-2da7a4c12c4a3cb1ac50544538c96efc084fc2b9.tar.gz historical-2da7a4c12c4a3cb1ac50544538c96efc084fc2b9.tar.bz2 historical-2da7a4c12c4a3cb1ac50544538c96efc084fc2b9.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-video/bcast/bcast-2000c-r2.ebuild')
-rw-r--r-- | media-video/bcast/bcast-2000c-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/bcast/bcast-2000c-r2.ebuild b/media-video/bcast/bcast-2000c-r2.ebuild index ba0a999aa628..4f51e4421828 100644 --- a/media-video/bcast/bcast-2000c-r2.ebuild +++ b/media-video/bcast/bcast-2000c-r2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r2.ebuild,v 1.11 2004/06/25 00:36:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast/bcast-2000c-r2.ebuild,v 1.12 2004/07/14 21:30:28 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Realtime audio and video editor" SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.gz" HOMEPAGE="http://heroines.sourceforge.net/" @@ -15,6 +14,7 @@ DEPEND="dev-lang/nasm SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 -ppc" +IUSE="" src_unpack() { unpack ${A} |