commit: 44d2f783b0bc4c3ec074e54f684cefab64ee453c Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Sun Apr 14 16:46:21 2024 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Apr 21 13:02:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d2f783
app-text/tesseract: sync live: remove OpenCL support Reflects https://github.com/tesseract-ocr/tesseract/commit/d5e000bc58c50c807e9423290feace3f31a77de0 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Closes: https://github.com/gentoo/gentoo/pull/36255 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> app-text/tesseract/tesseract-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild index 156c18cccc58..4c31653fca31 100644 --- a/app-text/tesseract/tesseract-9999.ebuild +++ b/app-text/tesseract/tesseract-9999.ebuild @@ -12,14 +12,9 @@ EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -IUSE="doc float32 jpeg opencl openmp png static-libs tiff training webp" +IUSE="doc float32 jpeg openmp png static-libs tiff training webp" COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?] - opencl? ( - virtual/opencl[${MULTILIB_USEDEP}] - media-libs/tiff:=[${MULTILIB_USEDEP}] - media-libs/leptonica:=[tiff] - ) training? ( dev-libs/icu:= x11-libs/pango:= @@ -56,7 +51,6 @@ multilib_src_configure() { --enable-shared --disable-graphics $(use_enable float32) - $(use_enable opencl) $(use_enable openmp) $(use_enable static-libs static) )
