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: media-libs/lilv/
Date: Mon, 05 Jul 2021 11:16:18
Message-Id: 1625482805.4ffdaca5d3154b9de4f08de86a4d63059673497e.mgorny@gentoo
1 commit: 4ffdaca5d3154b9de4f08de86a4d63059673497e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 11:00:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 11:00:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffdaca5
7
8 media-libs/lilv: Remove incorrect unittest2 dep
9
10 Closes: https://bugs.gentoo.org/789600
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-libs/lilv/lilv-0.24.12.ebuild | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/media-libs/lilv/lilv-0.24.12.ebuild b/media-libs/lilv/lilv-0.24.12.ebuild
17 index cd8939ba7a9..afa0f80e6fa 100644
18 --- a/media-libs/lilv/lilv-0.24.12.ebuild
19 +++ b/media-libs/lilv/lilv-0.24.12.ebuild
20 @@ -26,11 +26,6 @@ BDEPEND="
21 dev-python/sphinx
22 dev-python/sphinx_lv2_theme
23 )
24 - test? (
25 - $(python_gen_cond_dep '
26 - dev-python/unittest2[${PYTHON_USEDEP}]
27 - ')
28 - )
29 "
30 RDEPEND="
31 ${PYTHON_DEPS}