commit: 4015df1a6b7f3fcb28f847833ac659ee1a6b4be1 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Fri Jul 22 15:24:41 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 20:56:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4015df1a
sci-physics/fastjet: doc needs latex Closes: https://bugs.gentoo.org/860042 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/26520 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-physics/fastjet/fastjet-3.4.0-r1.ebuild | 1 + sci-physics/fastjet/fastjet-3.4.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-physics/fastjet/fastjet-3.4.0-r1.ebuild b/sci-physics/fastjet/fastjet-3.4.0-r1.ebuild index d35057476e08..530a7302df44 100644 --- a/sci-physics/fastjet/fastjet-3.4.0-r1.ebuild +++ b/sci-physics/fastjet/fastjet-3.4.0-r1.ebuild @@ -9,6 +9,7 @@ DOCS_BUILDER="doxygen" DOCS_DEPEND=" media-gfx/graphviz media-libs/freetype + virtual/latex-base " inherit autotools docs flag-o-matic fortran-2 python-single-r1 diff --git a/sci-physics/fastjet/fastjet-3.4.0.ebuild b/sci-physics/fastjet/fastjet-3.4.0.ebuild index f114cdf358f0..a190b2a60f8f 100644 --- a/sci-physics/fastjet/fastjet-3.4.0.ebuild +++ b/sci-physics/fastjet/fastjet-3.4.0.ebuild @@ -9,6 +9,7 @@ DOCS_BUILDER="doxygen" DOCS_DEPEND=" media-gfx/graphviz media-libs/freetype + virtual/latex-base " inherit autotools docs flag-o-matic fortran-2 python-single-r1
