From 44d2f783b0bc4c3ec074e54f684cefab64ee453c Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Sun, 14 Apr 2024 19:46:21 +0300 Subject: [PATCH] app-text/tesseract: sync live: remove OpenCL support Reflects https://github.com/tesseract-ocr/tesseract/commit/d5e000bc58c50c807e9423290feace3f31a77de0 Signed-off-by: Alexander Kurakin Closes: https://github.com/gentoo/gentoo/pull/36255 Signed-off-by: Bernard Cafarelli --- 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 156c18cccc581..4c31653fca31b 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) )