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 45050158092 for ; Sat, 18 Sep 2021 03:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92126E081E; Sat, 18 Sep 2021 03:01:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70CACE081B for ; Sat, 18 Sep 2021 03:01:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A7C5342F06 for ; Sat, 18 Sep 2021 03:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8245F101 for ; Sat, 18 Sep 2021 03:01:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631934041.718538bb3a58d42b9c5407f96238c9ce30cdfc1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffoscope/diffoscope-184.ebuild X-VCS-Directories: dev-util/diffoscope/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 718538bb3a58d42b9c5407f96238c9ce30cdfc1b X-VCS-Branch: master Date: Sat, 18 Sep 2021 03:01:21 +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: cd2b8cb2-0cac-43f3-8b3f-89d6f6714a51 X-Archives-Hash: 27a19a446d9e5fba69b8bc0bd5051d77 commit: 718538bb3a58d42b9c5407f96238c9ce30cdfc1b Author: Sam James gentoo org> AuthorDate: Sat Sep 18 03:00:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 18 03:00:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718538bb dev-util/diffoscope: DEPEND -> BDEPEND Signed-off-by: Sam James gentoo.org> dev-util/diffoscope/diffoscope-184.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/diffoscope/diffoscope-184.ebuild b/dev-util/diffoscope/diffoscope-184.ebuild index 086eecc9529..de3d809fe6a 100644 --- a/dev-util/diffoscope/diffoscope-184.ebuild +++ b/dev-util/diffoscope/diffoscope-184.ebuild @@ -25,13 +25,10 @@ RESTRICT="!test? ( test )" # pull in optional tools for tests: # img2txt: bug #797688 # docx2txt: bug #797688 -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( +BDEPEND="test? ( app-text/docx2txt media-libs/libcaca - ) -" + )" RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] dev-python/libarchive-c[${PYTHON_USEDEP}] dev-python/distro[${PYTHON_USEDEP}]