commit: 854ce1692f63cd88708e403676bf762e8a8e988b Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 22:07:49 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 22:08:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854ce169
dev-python/PeachPy: fix doc deps Closes: https://bugs.gentoo.org/921636 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{PeachPy-2022.11.13-r1.ebuild => PeachPy-2022.11.13-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild b/dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild similarity index 86% rename from dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild rename to dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild index 4406a6be2483..395c7459ef5f 100644 --- a/dev-python/PeachPy/PeachPy-2022.11.13-r1.ebuild +++ b/dev-python/PeachPy/PeachPy-2022.11.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,4 +29,5 @@ S="${WORKDIR}"/${PN}-${CommitId} DOCS=README.rst -distutils_enable_sphinx sphinx +distutils_enable_sphinx sphinx \ + dev-python/sphinx-bootstrap-theme
