commit:     d01c56d292cf719e279b7fd0865a36637c42e31a
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 10:57:15 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 11:03:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01c56d2

media-gfx/img2pdf: try to fix test deps USE flags

So that the commands which the tests need are actually present.

Closes: https://bugs.gentoo.org/809506
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild 
b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
index 443efdfa6bd..3afdd5cf053 100644
--- a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
+++ b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild
@@ -23,14 +23,14 @@ IUSE="gui"
 BDEPEND="
        test? (
                app-text/ghostscript-gpl
-               app-text/poppler
+               app-text/poppler[cairo]
                dev-python/numpy[${PYTHON_USEDEP}]
                dev-python/pdfrw[${PYTHON_USEDEP}]
                dev-python/pytest-xdist[${PYTHON_USEDEP}]
                dev-python/scipy[${PYTHON_USEDEP}]
                media-gfx/imagemagick[jpeg,jpeg2k,png,q8,q32,tiff]
                media-libs/exiftool
-               media-libs/netpbm
+               media-libs/netpbm[jpeg]
        )
 "
 RDEPEND="

Reply via email to