From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94493158020 for ; Wed, 16 Nov 2022 19:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED5DE0938; Wed, 16 Nov 2022 19:33:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D2FE0938 for ; Wed, 16 Nov 2022 19:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C25340FB1 for ; Wed, 16 Nov 2022 19:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE753760 for ; Wed, 16 Nov 2022 19:33:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668610491.c8062dba27fdc4bf0be3b1eb94c72455a64a3d2e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-14.0.1-r2.ebuild app-text/OCRmyPDF/OCRmyPDF-14.0.1-r3.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c8062dba27fdc4bf0be3b1eb94c72455a64a3d2e X-VCS-Branch: master Date: Wed, 16 Nov 2022 19:33:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afdcef69-9b69-46d2-8d09-fff54f24fe57 X-Archives-Hash: 49ea158750bfa695a64bbef2ae20313c commit: c8062dba27fdc4bf0be3b1eb94c72455a64a3d2e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 16 14:54:51 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 16 14:54:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8062dba app-text/OCRmyPDF: require all image formats Closes: https://bugs.gentoo.org/880011 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../OCRmyPDF/{OCRmyPDF-14.0.1-r2.ebuild => OCRmyPDF-14.0.1-r3.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r2.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r3.ebuild similarity index 96% rename from app-text/OCRmyPDF/OCRmyPDF-14.0.1-r2.ebuild rename to app-text/OCRmyPDF/OCRmyPDF-14.0.1-r3.ebuild index c15e0a32d..9fcbcd939 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r2.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r3.ebuild @@ -15,12 +15,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB" SLOT="0" KEYWORDS="~amd64" -IUSE="jpeg png webp" RDEPEND=" >=app-text/ghostscript-gpl-9.50 >=app-text/pdfminer-20201018[${PYTHON_USEDEP}] - >=app-text/tesseract-4.1.1[jpeg?,tiff,png?,webp?] + >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/coloredlogs-14.0[${PYTHON_USEDEP}] >=dev-python/deprecation-2.1.0[${PYTHON_USEDEP}] >=dev-python/packaging-20[${PYTHON_USEDEP}]