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 BC12C1382C5 for ; Wed, 23 Jun 2021 06:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11049E0839; Wed, 23 Jun 2021 06:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E7CBBE0839 for ; Wed, 23 Jun 2021 06:55:53 +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 3F0F4335CD8 for ; Wed, 23 Jun 2021 06:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF7337A1 for ; Wed, 23 Jun 2021 06:55:50 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1624431347.bef484b5b6d9df5c3fd756e7205616d4e7f22464.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffoscope/diffoscope-177.ebuild X-VCS-Directories: dev-util/diffoscope/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bef484b5b6d9df5c3fd756e7205616d4e7f22464 X-VCS-Branch: master Date: Wed, 23 Jun 2021 06:55:50 +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: 4077d8aa-9732-4c3d-8b7e-fde64a5c75f2 X-Archives-Hash: 826f2f44df626da6e1ad3f2da90ab1f6 commit: bef484b5b6d9df5c3fd756e7205616d4e7f22464 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 23 06:55:37 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 23 06:55:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef484b5 dev-util/diffoscope: pull in media-libs/libcaca for optional tests The change does not fix tests, but exposes test failures consistently. Reported-by: Jonathan Lovelace Bug: https://bugs.gentoo.org/797688 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/diffoscope/diffoscope-177.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-util/diffoscope/diffoscope-177.ebuild b/dev-util/diffoscope/diffoscope-177.ebuild index 9ae8834c67c..e8afaa4711f 100644 --- a/dev-util/diffoscope/diffoscope-177.ebuild +++ b/dev-util/diffoscope/diffoscope-177.ebuild @@ -19,9 +19,16 @@ KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm mono opendocument pascal pdf postscript R rpm sqlite squashfs -ssh tar tcpdump xz zip zstd" +ssh tar test tcpdump xz zip zstd" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RESTRICT="!test? ( test )" + +# pull in optional tools for tests: +# img2txt: bug #797688 +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( media-libs/libcaca ) +" RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] dev-python/libarchive-c[${PYTHON_USEDEP}] dev-python/distro[${PYTHON_USEDEP}]