Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan/
Date: Sat, 15 Aug 2020 09:30:47
Message-Id: 1597483785.98b29a041d6b796b885a2cc31297f1e07f4e69cb.juippis@gentoo
1 commit: 98b29a041d6b796b885a2cc31297f1e07f4e69cb
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 08:18:43 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 09:29:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b29a04
7
8 media-gfx/iscan: add media-fonts/dejavu as test dep for 3.63
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/iscan/iscan-3.63.0.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/media-gfx/iscan/iscan-3.63.0.ebuild b/media-gfx/iscan/iscan-3.63.0.ebuild
16 index 38ffdbed8e3..7a56c9f5704 100644
17 --- a/media-gfx/iscan/iscan-3.63.0.ebuild
18 +++ b/media-gfx/iscan/iscan-3.63.0.ebuild
19 @@ -27,7 +27,10 @@ RDEPEND="
20 "
21 # Disable opencl as during reorient.utr test it produces inconsistent results
22 DEPEND="${RDEPEND}
23 - test? ( app-text/tesseract[training,-opencl] )
24 + test? (
25 + app-text/tesseract[training,-opencl]
26 + media-fonts/dejavu
27 + )
28 "
29 RESTRICT="!test? ( test )"
30 S="${WORKDIR}/utsushi-0.$(ver_cut 2-3)"