commit:     98b29a041d6b796b885a2cc31297f1e07f4e69cb
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 08:18:43 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 09:29:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b29a04

media-gfx/iscan: add media-fonts/dejavu as test dep for 3.63

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/iscan/iscan-3.63.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/iscan/iscan-3.63.0.ebuild 
b/media-gfx/iscan/iscan-3.63.0.ebuild
index 38ffdbed8e3..7a56c9f5704 100644
--- a/media-gfx/iscan/iscan-3.63.0.ebuild
+++ b/media-gfx/iscan/iscan-3.63.0.ebuild
@@ -27,7 +27,10 @@ RDEPEND="
 "
 # Disable opencl as during reorient.utr test it produces inconsistent results
 DEPEND="${RDEPEND}
-       test? ( app-text/tesseract[training,-opencl] )
+       test? (
+               app-text/tesseract[training,-opencl]
+               media-fonts/dejavu
+       )
 "
 RESTRICT="!test? ( test )"
 S="${WORKDIR}/utsushi-0.$(ver_cut 2-3)"

Reply via email to