diff options
author | Sam James <sam@gentoo.org> | 2021-02-06 21:26:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-06 21:29:08 +0000 |
commit | fd49f19b7adab6eea795f9e2d468afd115e9be34 (patch) | |
tree | 6ce7b8da6276c39cd7825c8b3d2cf2db7d2316db /dev-libs/libcbor | |
parent | sci-libs/lapack: cleanup old, patch metadata (diff) | |
download | gentoo-fd49f19b7adab6eea795f9e2d468afd115e9be34.tar.gz gentoo-fd49f19b7adab6eea795f9e2d468afd115e9be34.tar.bz2 gentoo-fd49f19b7adab6eea795f9e2d468afd115e9be34.zip |
dev-libs/libcbor: add missing doc dep (dev-python/sphinx_rtd_theme)
Closes: https://bugs.gentoo.org/732306
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libcbor')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.8.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild index 7eab356ed72f..a59a570f5eb1 100644 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild @@ -19,6 +19,7 @@ BDEPEND=" doc? ( $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] dev-python/breathe[${PYTHON_USEDEP}] ') ) |