From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1686857-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AB90158042 for <garchives@archives.gentoo.org>; Tue, 5 Nov 2024 08:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D72C6E07E6; Tue, 5 Nov 2024 08:20:27 +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 BE2F2E07E6 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 08:20:27 +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 DB757335C7E for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 08:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AE951D0A for <gentoo-commits@lists.gentoo.org>; Tue, 5 Nov 2024 08:20:24 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1730794792.44d6e4348c06ec5bd477c1866df2684abe099c88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tesseract/tesseract-5.4.1.ebuild X-VCS-Directories: app-text/tesseract/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44d6e4348c06ec5bd477c1866df2684abe099c88 X-VCS-Branch: master Date: Tue, 5 Nov 2024 08:20:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c390c37-6a73-499e-9d8a-c12d33664c7f X-Archives-Hash: d9f0cd20f9c9a3e8901bf33d0b38e5f9 commit: 44d6e4348c06ec5bd477c1866df2684abe099c88 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 5 08:19:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 5 08:19:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d6e434 app-text/tesseract: Stabilize 5.4.1 ppc, #941651 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/tesseract/tesseract-5.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/tesseract/tesseract-5.4.1.ebuild b/app-text/tesseract/tesseract-5.4.1.ebuild index 557114c43a05..e44487d85747 100644 --- a/app-text/tesseract/tesseract-5.4.1.ebuild +++ b/app-text/tesseract/tesseract-5.4.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0/5" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~sparc x86" 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?]