aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Abdellatif <gentoo.kamal@tgf.pw>2023-02-14 12:34:46 +0000
committerKamal Abdellatif <gentoo.kamal@tgf.pw>2023-02-14 12:40:46 +0000
commitaa236231abc5e8a6cc940436c4d94b5c35d36d4d (patch)
treea2dc2bd8d8c67cff1e9862473d3638c9daba917b /dev-cpp/xtl
parent*/*: sphinx_rtd_theme → sphinx-rtd-theme (diff)
downloadguru-aa236231abc5e8a6cc940436c4d94b5c35d36d4d.tar.gz
guru-aa236231abc5e8a6cc940436c4d94b5c35d36d4d.tar.bz2
guru-aa236231abc5e8a6cc940436c4d94b5c35d36d4d.zip
dev-cpp/xtl: add sphinx_rtd_theme dependency
Closes: https://bugs.gentoo.org/894290 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, 3 insertions, 1 deletions
diff --git a/dev-cpp/xtl/xtl-0.7.5.ebuild b/dev-cpp/xtl/xtl-0.7.5.ebuild
index 83b5fa6f9..bed500655 100644
--- a/dev-cpp/xtl/xtl-0.7.5.ebuild
+++ b/dev-cpp/xtl/xtl-0.7.5.ebuild
@@ -26,6 +26,7 @@ BDEPEND="
$(python_gen_any_dep '
dev-python/breathe[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
')
)
test? ( dev-cpp/doctest )
@@ -36,7 +37,8 @@ RESTRICT="!test? ( test )"
python_check_deps() {
python_has_version \
"dev-python/breathe[${PYTHON_USEDEP}]" \
- "dev-python/sphinx[${PYTHON_USEDEP}]"
+ "dev-python/sphinx[${PYTHON_USEDEP}]" \
+ "dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
}
pkg_setup() {