Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/
Date: Sat, 18 Sep 2021 03:01:26
Message-Id: 1631934041.718538bb3a58d42b9c5407f96238c9ce30cdfc1b.sam@gentoo
1 commit: 718538bb3a58d42b9c5407f96238c9ce30cdfc1b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 03:00:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 03:00:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718538bb
7
8 dev-util/diffoscope: DEPEND -> BDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/diffoscope/diffoscope-184.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-util/diffoscope/diffoscope-184.ebuild b/dev-util/diffoscope/diffoscope-184.ebuild
16 index 086eecc9529..de3d809fe6a 100644
17 --- a/dev-util/diffoscope/diffoscope-184.ebuild
18 +++ b/dev-util/diffoscope/diffoscope-184.ebuild
19 @@ -25,13 +25,10 @@ RESTRICT="!test? ( test )"
20 # pull in optional tools for tests:
21 # img2txt: bug #797688
22 # docx2txt: bug #797688
23 -DEPEND="
24 - dev-python/setuptools[${PYTHON_USEDEP}]
25 - test? (
26 +BDEPEND="test? (
27 app-text/docx2txt
28 media-libs/libcaca
29 - )
30 -"
31 + )"
32 RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
33 dev-python/libarchive-c[${PYTHON_USEDEP}]
34 dev-python/distro[${PYTHON_USEDEP}]