From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3565B138448 for ; Wed, 9 Sep 2015 07:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27E4E08B0; Wed, 9 Sep 2015 07:21:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8232FE08B0 for ; Wed, 9 Sep 2015 07:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2066340545 for ; Wed, 9 Sep 2015 07:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF6C19 for ; Wed, 9 Sep 2015 07:21:05 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1441783260.dd6102d321b833a2b665a11c3122e40dba4dfb00.tomka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tesseract/tesseract-3.04.00-r2.ebuild X-VCS-Directories: app-text/tesseract/ X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: dd6102d321b833a2b665a11c3122e40dba4dfb00 X-VCS-Branch: master Date: Wed, 9 Sep 2015 07:21:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c46982b1-e671-47bc-aa69-33a7aa355aac X-Archives-Hash: 3c07326c61e207b0d1b5a61214ebbec1 commit: dd6102d321b833a2b665a11c3122e40dba4dfb00 Author: Thomas Kahle gentoo org> AuthorDate: Wed Sep 9 07:20:47 2015 +0000 Commit: Thomas Kahle gentoo org> CommitDate: Wed Sep 9 07:21:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6102d3 app-text/tesseract: Fix USE dep issues with leptonica and tiff Package-Manager: portage-2.2.20.1 app-text/tesseract/tesseract-3.04.00-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/tesseract/tesseract-3.04.00-r2.ebuild b/app-text/tesseract/tesseract-3.04.00-r2.ebuild index 6155714..cad15b5 100644 --- a/app-text/tesseract/tesseract-3.04.00-r2.ebuild +++ b/app-text/tesseract/tesseract-3.04.00-r2.ebuild @@ -63,10 +63,12 @@ KEYWORDS="alpha amd64 ~arm ppc ~ppc64 ~sparc ~x86" IUSE="doc examples jpeg opencl osd png +scrollview static-libs tiff training -webp linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW" -# With opencl tiff is necessary regardless of leptonica status <-- Check this +# With opencl USE=tiff is necessary in leptonica DEPEND=">=media-libs/leptonica-1.71[zlib,tiff?,jpeg?,png?,webp?] opencl? ( virtual/opencl - media-libs/tiff:0 ) + media-libs/tiff:0 + >=media-libs/leptonica-1.71[zlib,tiff,jpeg?,png?,webp?] + ) training? ( dev-libs/icu x11-libs/pango