commit: 38500a99fbdf485f09050c66543919e92e04fcc9 Author: Kamal Abdellatif <gentoo.kamal <AT> tgf <DOT> pw> AuthorDate: Tue Feb 14 12:39:29 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Tue Feb 14 12:40:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38500a99
dev-cpp/xsimd: add sphinx_rtd_theme dependency Closes: https://bugs.gentoo.org/894292 Signed-off-by: Kamal Abdellatif <gentoo.kamal <AT> tgf.pw> dev-cpp/xsimd/xsimd-10.0.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/xsimd/xsimd-10.0.0.ebuild b/dev-cpp/xsimd/xsimd-10.0.0.ebuild index 04d1cc82a..28e3508ef 100644 --- a/dev-cpp/xsimd/xsimd-10.0.0.ebuild +++ b/dev-cpp/xsimd/xsimd-10.0.0.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() {
