commit:     aa236231abc5e8a6cc940436c4d94b5c35d36d4d
Author:     Kamal Abdellatif <gentoo.kamal <AT> tgf <DOT> pw>
AuthorDate: Tue Feb 14 12:34:46 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Feb 14 12:40:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa236231

dev-cpp/xtl: add sphinx_rtd_theme dependency

Closes: https://bugs.gentoo.org/894290
Signed-off-by: Kamal Abdellatif <gentoo.kamal <AT> tgf.pw>

 dev-cpp/xtl/xtl-0.7.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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() {

Reply via email to