summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-08-15 11:18:43 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-08-15 12:29:45 +0300
commit98b29a041d6b796b885a2cc31297f1e07f4e69cb (patch)
treecb444b696a3a7fa3a4891ab15775912ff26c2dfa /media-gfx/iscan
parentmedia-gfx/iscan: Version bump to 3.63 with tests support (diff)
downloadgentoo-98b29a041d6b796b885a2cc31297f1e07f4e69cb.tar.gz
gentoo-98b29a041d6b796b885a2cc31297f1e07f4e69cb.tar.bz2
gentoo-98b29a041d6b796b885a2cc31297f1e07f4e69cb.zip
media-gfx/iscan: add media-fonts/dejavu as test dep for 3.63
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r--media-gfx/iscan/iscan-3.63.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/iscan/iscan-3.63.0.ebuild b/media-gfx/iscan/iscan-3.63.0.ebuild
index 38ffdbed8e39..7a56c9f57049 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)"