commit: d1f809db6a6a35ba40a21d7e0aedd05749ddad91 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 15:05:26 2021 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 17:44:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f809db
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 <AT> gentoo.org> sci-mathematics/flint/{flint-2.6.3.ebuild => flint-2.6.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3-r1.ebuild similarity index 98% rename from sci-mathematics/flint/flint-2.6.3.ebuild rename to sci-mathematics/flint/flint-2.6.3-r1.ebuild index 2f2cf0fd152..dcf4d4d0e5a 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:=
