diff options
Diffstat (limited to 'app-text/gocr/gocr-0.45.ebuild')
-rw-r--r-- | app-text/gocr/gocr-0.45.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-text/gocr/gocr-0.45.ebuild b/app-text/gocr/gocr-0.45.ebuild index 18c45a51759f..13001826b542 100644 --- a/app-text/gocr/gocr-0.45.ebuild +++ b/app-text/gocr/gocr-0.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.45.ebuild,v 1.9 2010/02/28 20:08:37 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.45.ebuild,v 1.10 2010/06/11 19:29:29 aballier Exp $ inherit eutils @@ -11,11 +11,16 @@ SRC_URI="mirror://sourceforge/jocr/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="doc tk" +IUSE="doc scanner tk" DEPEND=">=media-libs/netpbm-9.12 doc? ( >=media-gfx/transfig-3.2 app-text/ghostscript-gpl ) tk? ( dev-lang/tk )" +RDEPEND="${DEPEND} + tk? ( + media-gfx/xli + scanner? ( media-gfx/xsane ) + )" DOCS="AUTHORS BUGS CREDITS HISTORY RE* TODO" |