diff options
Diffstat (limited to 'dev-libs/libcbor/libcbor-0.9.0.ebuild')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcbor/libcbor-0.9.0.ebuild b/dev-libs/libcbor/libcbor-0.9.0.ebuild index d6097a3597d7..b0023ced6172 100644 --- a/dev-libs/libcbor/libcbor-0.9.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.9.0.ebuild @@ -20,7 +20,7 @@ BDEPEND=" doc? ( $(python_gen_any_dep ' dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] dev-python/breathe[${PYTHON_USEDEP}] ') ) @@ -31,7 +31,7 @@ RESTRICT="!test? ( test )" python_check_deps() { python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]" \ - "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]" \ + "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" \ "dev-python/breathe[${PYTHON_USEDEP}]" } |