Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/
Date: Tue, 24 Aug 2021 21:02:29
Message-Id: 1629838923.73abbe56ca27ce2020c891a8b7759c9cb9d7a985.marecki@gentoo
1 commit: 73abbe56ca27ce2020c891a8b7759c9cb9d7a985
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 20:41:18 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 21:02:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73abbe56
7
8 app-text/tesseract: keyword 4.1.1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-text/tesseract/tesseract-4.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/tesseract/tesseract-4.1.1.ebuild b/app-text/tesseract/tesseract-4.1.1.ebuild
16 index 805fff26819..2351e1f1609 100644
17 --- a/app-text/tesseract/tesseract-4.1.1.ebuild
18 +++ b/app-text/tesseract/tesseract-4.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86"
31 IUSE="doc jpeg opencl openmp png static-libs tiff training webp"
32
33 COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]