diff options
author | François-Xavier Carton <fx.carton91@gmail.com> | 2022-01-12 23:34:35 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-01-13 17:38:07 +0100 |
commit | c87b6eaca316012d6da22935421b4279bd91b128 (patch) | |
tree | e0c19732035b4757f8814c1ac95a46f62c78d6ee /sci-mathematics | |
parent | dev-java/javassist: Drop 3.18.2 (diff) | |
download | gentoo-c87b6eaca316012d6da22935421b4279bd91b128.tar.gz gentoo-c87b6eaca316012d6da22935421b4279bd91b128.tar.bz2 gentoo-c87b6eaca316012d6da22935421b4279bd91b128.zip |
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@gmail.com>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/why3/why3-1.4.0-r2.ebuild (renamed from sci-mathematics/why3/why3-1.4.0-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/why3/why3-1.4.0-r1.ebuild b/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 ) " |