Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cvise/
Date: Fri, 15 Oct 2021 06:05:10
Message-Id: 1634277903.56288d9b29fee1ff0e5e4e4ab6dfb80579836abb.mgorny@gentoo
1 commit: 56288d9b29fee1ff0e5e4e4ab6dfb80579836abb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 06:03:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 06:05:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56288d9b
7
8 dev-util/cvise: Add test-dep on chardet
9
10 Closes: https://bugs.gentoo.org/818223
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/cvise/cvise-2.4.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-util/cvise/cvise-2.4.0.ebuild b/dev-util/cvise/cvise-2.4.0.ebuild
17 index fe92fc560e7..1b9a8e8963b 100644
18 --- a/dev-util/cvise/cvise-2.4.0.ebuild
19 +++ b/dev-util/cvise/cvise-2.4.0.ebuild
20 @@ -31,6 +31,7 @@ DEPEND="
21 RDEPEND="${DEPEND}
22 ${PYTHON_DEPS}
23 $(python_gen_cond_dep '
24 + dev-python/chardet[${PYTHON_USEDEP}]
25 dev-python/pebble[${PYTHON_USEDEP}]
26 dev-python/psutil[${PYTHON_USEDEP}]
27 ')