commit: 4bc7d5d0cc20237ea4b5a49f3db4ad9258e20c3e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 10:24:59 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 10:25:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc7d5d0
app-doc/mathjax-docs: add dev-python/sphinx_rtd_theme dep "Theme error: sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please install it manually.(pip install sphinx_rtd_theme)" Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild index 783ab0bca1e..6706659e7ac 100644 --- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild +++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild @@ -10,14 +10,16 @@ COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388" DESCRIPTION="MathJax documentation" HOMEPAGE="https://www.mathjax.org/" SRC_URI="https://github.com/mathjax/MathJax-docs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/MathJax-docs-${COMMIT}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" -DEPEND="dev-python/sphinx" - -S=${WORKDIR}/MathJax-docs-${COMMIT} +BDEPEND=" + dev-python/sphinx + dev-python/sphinx_rtd_theme +" src_prepare() { default
