From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F32821580B9 for ; Sun, 22 Aug 2021 12:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A01EE095F; Sun, 22 Aug 2021 12:23:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2275EE095F for ; Sun, 22 Aug 2021 12:23:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB28340DF6 for ; Sun, 22 Aug 2021 12:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E3A7DC for ; Sun, 22 Aug 2021 12:22:58 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1629634963.0a8af8295615e0835cad01ec26f93f950c0dfd04.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild X-VCS-Directories: media-gfx/img2pdf/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 0a8af8295615e0835cad01ec26f93f950c0dfd04 X-VCS-Branch: master Date: Sun, 22 Aug 2021 12:22:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e09de1d9-20b1-4f4c-8a85-5a6fbb061942 X-Archives-Hash: 62e1da9f35429670ea86ec5313f6d438 commit: 0a8af8295615e0835cad01ec26f93f950c0dfd04 Author: Louis Sautier gentoo org> AuthorDate: Sun Aug 22 12:21:24 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Aug 22 12:22:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8af829 media-gfx/img2pdf: try to fix test dependencies once again Closes: https://bugs.gentoo.org/809573 Signed-off-by: Louis Sautier gentoo.org> media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild index 3afdd5cf053..1b3da90848e 100644 --- a/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild +++ b/media-gfx/img2pdf/img2pdf-0.4.1-r1.ebuild @@ -23,7 +23,8 @@ IUSE="gui" BDEPEND=" test? ( app-text/ghostscript-gpl - app-text/poppler[cairo] + app-text/mupdf + app-text/poppler[cairo,png,tiff] dev-python/numpy[${PYTHON_USEDEP}] dev-python/pdfrw[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}]