Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/
Date: Sat, 12 Jun 2021 05:18:25
Message-Id: 1623474680.57675f9f6c72a567f1311dc71a747cb15082a703.sam@gentoo
1 commit: 57675f9f6c72a567f1311dc71a747cb15082a703
2 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
3 AuthorDate: Fri Jun 11 21:53:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 05:11:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57675f9f
7
8 media-libs/opencolorio: add missing dependency
9
10 Add one of the missing dependencies for USE=doc.
11 There are more dependencies missing, which are currently not packaged.
12
13 Bug: https://bugs.gentoo.org/795459
14 Package-Manager: Portage-3.0.19, Repoman-3.0.3
15 Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
16 Closes: https://github.com/gentoo/gentoo/pull/21206
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 media-libs/opencolorio/opencolorio-2.0.0.ebuild | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/media-libs/opencolorio/opencolorio-2.0.0.ebuild b/media-libs/opencolorio/opencolorio-2.0.0.ebuild
23 index 8ae78845721..b5898ec2ed4 100644
24 --- a/media-libs/opencolorio/opencolorio-2.0.0.ebuild
25 +++ b/media-libs/opencolorio/opencolorio-2.0.0.ebuild
26 @@ -49,6 +49,7 @@ BDEPEND="
27 doc? (
28 $(python_gen_cond_dep '
29 dev-python/sphinx[${PYTHON_USEDEP}]
30 + dev-python/testresources[${PYTHON_USEDEP}]
31 ')
32 )
33 "