commit: 7edefc2a2392e483ec628386fea4dcbe235f35a2 Author: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com> AuthorDate: Thu Aug 5 09:46:51 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 14:36:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edefc2a
dev-util/cmake: Require sphinx <4 for cmake 3.18 or lower This was tested, sphinx 3.x still works for the newer cmake versions. Closes: https://bugs.gentoo.org/806318 Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21890 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/cmake/cmake-3.18.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.18.5.ebuild b/dev-util/cmake/cmake-3.18.5.ebuild index be86fdd110e..f3b61204861 100644 --- a/dev-util/cmake/cmake-3.18.5.ebuild +++ b/dev-util/cmake/cmake-3.18.5.ebuild @@ -42,7 +42,7 @@ DEPEND="${RDEPEND}" BDEPEND=" doc? ( dev-python/requests - dev-python/sphinx + <dev-python/sphinx-4 ) test? ( app-arch/libarchive[zstd] ) "
