commit: c87b6eaca316012d6da22935421b4279bd91b128 Author: François-Xavier Carton <fx.carton91 <AT> gmail <DOT> com> AuthorDate: Wed Jan 12 22:34:35 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 16:38:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87b6eac
sci-mathematics/why3: add missing latex dependencies Closes: https://bugs.gentoo.org/828997 Closes: https://github.com/gentoo/gentoo/pull/23774 Signed-off-by: François-Xavier Carton <fx.carton91 <AT> gmail.com> Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> sci-mathematics/why3/{why3-1.4.0-r1.ebuild => why3-1.4.0-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/why3/why3-1.4.0-r1.ebuild b/sci-mathematics/why3/why3-1.4.0-r2.ebuild similarity index 95% rename from sci-mathematics/why3/why3-1.4.0-r1.ebuild rename to sci-mathematics/why3/why3-1.4.0-r2.ebuild index badf49628e94..cb84e64b2802 100644 --- a/sci-mathematics/why3/why3-1.4.0-r1.ebuild +++ b/sci-mathematics/why3/why3-1.4.0-r2.ebuild @@ -37,7 +37,9 @@ BDEPEND=" dev-python/sphinx dev-python/sphinxcontrib-bibtex media-gfx/graphviz - || ( dev-texlive/texlive-latex dev-tex/latexmk dev-tex/rubber ) + dev-texlive/texlive-latex + dev-texlive/texlive-fontsrecommended + dev-texlive/texlive-latexextra ) "
