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-libs/libcbor/
Date: Sat, 06 Feb 2021 21:29:17
Message-Id: 1612646948.fd49f19b7adab6eea795f9e2d468afd115e9be34.sam@gentoo
1 commit: fd49f19b7adab6eea795f9e2d468afd115e9be34
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 21:26:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 21:29:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49f19b
7
8 dev-libs/libcbor: add missing doc dep (dev-python/sphinx_rtd_theme)
9
10 Closes: https://bugs.gentoo.org/732306
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libcbor/libcbor-0.8.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild
18 index 7eab356ed72..a59a570f5eb 100644
19 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild
20 +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild
21 @@ -19,6 +19,7 @@ BDEPEND="
22 doc? (
23 $(python_gen_any_dep '
24 dev-python/sphinx[${PYTHON_USEDEP}]
25 + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
26 dev-python/breathe[${PYTHON_USEDEP}]
27 ')
28 )