aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Abdellatif <gentoo.kamal@tgf.pw>2023-02-14 12:52:00 +0000
committerKamal Abdellatif <gentoo.kamal@tgf.pw>2023-02-14 12:52:00 +0000
commit507d605d24d349baeb5e022643fbc0e6938e22f8 (patch)
tree56618f16f725e7dc5efe2aeec61bdef8134a243e /dev-cpp/xtl
parentdev-cpp/xsimd: add sphinx_rtd_theme dependency (diff)
downloadguru-507d605d24d349baeb5e022643fbc0e6938e22f8.tar.gz
guru-507d605d24d349baeb5e022643fbc0e6938e22f8.tar.bz2
guru-507d605d24d349baeb5e022643fbc0e6938e22f8.zip
dev-cpp/{xtl,xsimd}: sphinx_rtd_theme -> sphinx-rtd-theme
Signed-off-by: Kamal Abdellatif <gentoo.kamal@tgf.pw>
Diffstat (limited to 'dev-cpp/xtl')
-rw-r--r--dev-cpp/xtl/xtl-0.7.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild
index bed500655..5d11b2586 100644
--- a/dev-cpp/xtl/xtl-0.7.5.ebuild
+++ b/dev-cpp/xtl/xtl-0.7.5.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
$(python_gen_any_dep '
dev-python/breathe[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+ dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
')
)
test? ( dev-cpp/doctest )
@@ -38,7 +38,7 @@ python_check_deps() {
python_has_version \
"dev-python/breathe[${PYTHON_USEDEP}]" \
"dev-python/sphinx[${PYTHON_USEDEP}]" \
- "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
+ "dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]"
}
pkg_setup() {