diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:31:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 14:31:19 +0000 |
commit | b4fb4d1d9979dab81b2efb350496bf67cddf417c (patch) | |
tree | 600f367968db3601ec8e74c193d9a444e04e0ab9 /app-text/gocr | |
parent | added -sparc, -sparc64 and -alpha to KEYWORDS (diff) | |
download | gentoo-2-b4fb4d1d9979dab81b2efb350496bf67cddf417c.tar.gz gentoo-2-b4fb4d1d9979dab81b2efb350496bf67cddf417c.tar.bz2 gentoo-2-b4fb4d1d9979dab81b2efb350496bf67cddf417c.zip |
Added IUSE.
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/gocr-0.3.6-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/gocr/gocr-0.3.6-r2.ebuild b/app-text/gocr/gocr-0.3.6-r2.ebuild index 665b212b6fb6..25f27788b381 100644 --- a/app-text/gocr/gocr-0.3.6-r2.ebuild +++ b/app-text/gocr/gocr-0.3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.4 2002/10/04 05:05:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.5 2002/10/17 14:31:19 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts PNM to ASCII" @@ -12,6 +12,7 @@ RDEPEND=">=media-libs/netpbm-9.12-r1" DEPEND="${RDEPEND} app-text/tetex app-text/ghostscript" +IUSE="tetex" SLOT="0" LICENSE="GPL-2" |