From 07f327ab75b650a2d001b5d0a100fa1b2b2a1b36 Mon Sep 17 00:00:00 2001 From: Mike Gardiner Date: Mon, 26 Apr 2004 11:55:56 +0000 Subject: Fixed missing IUSE --- app-text/pdf2html/pdf2html-1.4.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app-text/pdf2html/pdf2html-1.4.ebuild') diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index e36b021ebcd6..07e89c733682 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.4 2004/03/22 16:16:25 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.5 2004/04/26 11:55:56 obz Exp $ inherit eutils -SLOT="0" - DESCRIPTION="Converts pdf files to html files" SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/pdf2html/" +LICENSE="GPL-2" KEYWORDS="x86 ~alpha" -LICENSE="GPL-2" +IUSE="" +SLOT="0" + DEPEND=">=media-libs/libpng-1.2.5 virtual/ghostscript >=sys-libs/zlib-1.1.4 -- cgit v1.2.3-65-gdbad