diff options
author | Mark Wright <gienah@gentoo.org> | 2020-01-13 13:52:21 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-01-13 13:57:30 +1100 |
commit | 14d27311f122f927cb09cec28450a47a32fbebe2 (patch) | |
tree | 15203fac4ca11758fe8df3eefcb7d23b810f3c24 /app-doc | |
parent | app-vim/splice: update PYTHON_COMPAT and HOMEPAGE (diff) | |
download | gentoo-14d27311f122f927cb09cec28450a47a32fbebe2.tar.gz gentoo-14d27311f122f927cb09cec28450a47a32fbebe2.tar.bz2 gentoo-14d27311f122f927cb09cec28450a47a32fbebe2.zip |
app-doc/mathjax-docs: add sphinx dep
Thanks to toralf for reporting.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=705206
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 |
1 files changed, 2 insertions, 0 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 8910e70344b6..cb647633cdad 100644 --- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild +++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild @@ -15,6 +15,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +DEPEND="dev-python/sphinx" + S=${WORKDIR}/MathJax-docs-${COMMIT} src_prepare() { |