diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:06:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 23:06:04 +0000 |
commit | b71364b4dc1dffbb7fd5d3103bfbf7cdf21ec2fc (patch) | |
tree | 55d2af5abdcea28944cf8ccf3c0c845c8c29ee1e /app-text/pstotext | |
parent | keywording (Manifest recommit) (diff) | |
download | gentoo-2-b71364b4dc1dffbb7fd5d3103bfbf7cdf21ec2fc.tar.gz gentoo-2-b71364b4dc1dffbb7fd5d3103bfbf7cdf21ec2fc.tar.bz2 gentoo-2-b71364b4dc1dffbb7fd5d3103bfbf7cdf21ec2fc.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/pstotext')
-rw-r--r-- | app-text/pstotext/pstotext-1.8g.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pstotext/pstotext-1.8g.ebuild b/app-text/pstotext/pstotext-1.8g.ebuild index de0afd19e599..2a46591d42d6 100644 --- a/app-text/pstotext/pstotext-1.8g.ebuild +++ b/app-text/pstotext/pstotext-1.8g.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/app-text/pstotext/pstotext-1.8g.ebuild,v 1.8 2004/06/24 22:48:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g.ebuild,v 1.9 2004/07/13 23:06:04 agriffis Exp $ DESCRIPTION="extract ASCII text from a PostScript or PDF file" HOMEPAGE="http://research.compaq.com/SRC/virtualpaper/pstotext.html" @@ -9,6 +9,7 @@ SRC_URI="http://research.compaq.com/SRC/virtualpaper/binaries/pstotext.tar.Z" LICENSE="PSTT" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="app-arch/ncompress" |