diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-03-15 11:05:26 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-03-15 13:44:35 -0400 |
commit | d1f809db6a6a35ba40a21d7e0aedd05749ddad91 (patch) | |
tree | 0972c743cf70790fd0df911f4a2db124edd93007 /sci-mathematics | |
parent | dev-vcs/repo: add bash-completion support (diff) | |
download | gentoo-d1f809db6a6a35ba40a21d7e0aedd05749ddad91.tar.gz gentoo-d1f809db6a6a35ba40a21d7e0aedd05749ddad91.tar.bz2 gentoo-d1f809db6a6a35ba40a21d7e0aedd05749ddad91.zip |
sci-mathematics/flint: add missing dev-tex/latexmk dependency.
Straight-to-stable because we're still in the process of stabilizing
v2.6.3 and I don't want to make amd64@ re-test it when I've already
done that myself.
Closes: https://bugs.gentoo.org/775164
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/flint-2.6.3-r1.ebuild (renamed from sci-mathematics/flint/flint-2.6.3.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3-r1.ebuild index 2f2cf0fd1522..dcf4d4d0e5ab 100644 --- a/sci-mathematics/flint/flint-2.6.3.ebuild +++ b/sci-mathematics/flint/flint-2.6.3-r1.ebuild @@ -22,6 +22,7 @@ BDEPEND="doc? ( app-text/texlive-core dev-texlive/texlive-latex dev-texlive/texlive-latexextra + dev-tex/latexmk ) ${PYTHON_DEPS}" DEPEND="dev-libs/gmp:= |