diff options
Diffstat (limited to 'dev-libs/libcbor/libcbor-0.10.2.ebuild')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcbor/libcbor-0.10.2.ebuild b/dev-libs/libcbor/libcbor-0.10.2.ebuild index db0bd0476f03..666986da33e4 100644 --- a/dev-libs/libcbor/libcbor-0.10.2.ebuild +++ b/dev-libs/libcbor/libcbor-0.10.2.ebuild @@ -19,7 +19,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}]" } |