diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:52:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:52:13 +0000 |
commit | 47a30bfe8e3ed6adfc613437499996eaba9308bc (patch) | |
tree | e3c923087c0c43f1f6fe107e0299b83e96c7d019 /media-gfx/mkgallery | |
parent | sync IUSE (+icc-pgo) (diff) | |
download | historical-47a30bfe8e3ed6adfc613437499996eaba9308bc.tar.gz historical-47a30bfe8e3ed6adfc613437499996eaba9308bc.tar.bz2 historical-47a30bfe8e3ed6adfc613437499996eaba9308bc.zip |
sync IUSE (missing)
Diffstat (limited to 'media-gfx/mkgallery')
-rw-r--r-- | media-gfx/mkgallery/mkgallery-1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/mkgallery/mkgallery-1.1.ebuild b/media-gfx/mkgallery/mkgallery-1.1.ebuild index 96db739e5892..5348fbc1a75b 100644 --- a/media-gfx/mkgallery/mkgallery-1.1.ebuild +++ b/media-gfx/mkgallery/mkgallery-1.1.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-gfx/mkgallery/mkgallery-1.1.ebuild,v 1.5 2004/06/24 22:45:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mkgallery/mkgallery-1.1.ebuild,v 1.6 2004/07/14 17:47:45 agriffis Exp $ DESCRIPTION="Creates thumbnails and a HTML index file for a directory of jpg files" HOMEPAGE="http://mkgallery.sourceforge.net/" @@ -8,6 +8,7 @@ SRC_URI="http://mkgallery.sourceforge.net/${PN}-${PV}.tgz" LICENSE="GPL-2" KEYWORDS="x86 sparc ~ppc" +IUSE="" SLOT="0" DEPEND="media-gfx/imagemagick" |