diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:52:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:52:34 +0000 |
commit | 0246c045d73aa04c52ef8b26ae92e6c9591f0375 (patch) | |
tree | b33a19b1de7b8c46e17716aaf3d1a5a15e075011 /media-gfx/igal | |
parent | sync IUSE (missing) (diff) | |
download | historical-0246c045d73aa04c52ef8b26ae92e6c9591f0375.tar.gz historical-0246c045d73aa04c52ef8b26ae92e6c9591f0375.tar.bz2 historical-0246c045d73aa04c52ef8b26ae92e6c9591f0375.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-gfx/igal')
-rw-r--r-- | media-gfx/igal/igal-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/igal/igal-1.4.ebuild b/media-gfx/igal/igal-1.4.ebuild index ea10be60cf86..0b7ff14a3ba0 100644 --- a/media-gfx/igal/igal-1.4.ebuild +++ b/media-gfx/igal/igal-1.4.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-gfx/igal/igal-1.4.ebuild,v 1.4 2004/06/24 22:42:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/igal/igal-1.4.ebuild,v 1.5 2004/07/14 17:44:16 agriffis Exp $ -S="${WORKDIR}/${P}" DESCRIPTION="Static HTML image gallery generator" HOMEPAGE="http://www.stanford.edu/~epop/igal/" SRC_URI="http://www.stanford.edu/~epop/igal/${P}.tar.gz" @@ -10,6 +9,7 @@ SRC_URI="http://www.stanford.edu/~epop/igal/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha" +IUSE="" RDEPEND="dev-lang/perl media-gfx/imagemagick" |