Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
tucan: add ocr flag (to enable or disable tesseract)
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed May 28, 2011
1 parent dc62788 commit cfc5146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net-misc/tucan/Manifest
@@ -1,2 +1,2 @@
DIST tucan-0.3.10.tar.gz 545190 RMD160 5dd8f3b8ecb4a469ce9a3069c5f917b824558e6e SHA1 26be2f7fc7a4a30fab9e6b57b3da843ad9633992 SHA256 41c4e68de970eb4388b41fa75b7c38142b989483318490abf8af377303c99e5c
EBUILD tucan-0.3.10.ebuild 1055 RMD160 65992b3aefb958f4d7311a0c0a5e11670d1784a8 SHA1 1d8255e661370f19f0069af70b60ce578da3383b SHA256 92b9cc620304bafe59536c0bbd7781d065527dc037a99067af903ac85f3bc97e
EBUILD tucan-0.3.10.ebuild 1068 RMD160 01b998326f22a5eab0f0ced2ca6148bb00bf3f6e SHA1 fb2d226e62a0d4bd8782b762a3c40538c91e1417 SHA256 e92590b7b75641167b54adae0d3b0d79ff957e4b0890511fe4a89b11b8024d7a
4 changes: 2 additions & 2 deletions net-misc/tucan/tucan-0.3.10.ebuild
Expand Up @@ -13,12 +13,12 @@ SRC_URI="http://forja.rediris.es/frs/download.php/2051/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
IUSE="gtk ocr"

RDEPEND="dev-lang/python
gtk? ( dev-python/pygtk
gnome-base/librsvg )
app-text/tesseract
ocr? ( app-text/tesseract )
dev-python/imaging"

src_compile() { :; }
Expand Down

0 comments on commit cfc5146

Please sign in to comment.