diff options
| author | 2023-02-14 12:34:46 +0000 | |
|---|---|---|
| committer | 2023-02-14 12:40:46 +0000 | |
| commit | aa236231abc5e8a6cc940436c4d94b5c35d36d4d (patch) | |
| tree | a2dc2bd8d8c67cff1e9862473d3638c9daba917b | |
| parent | */*: sphinx_rtd_theme → sphinx-rtd-theme (diff) | |
| download | guru-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>
| -rw-r--r-- | dev-cpp/xtl/xtl-0.7.5.ebuild | 4 |
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 83b5fa6f99..bed5006552 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() { |
