commit: 65af2a26ee33c814733a2982a0bd359c99c4ea54 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun Mar 1 18:24:30 2020 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Mar 1 18:35:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65af2a26
sci-physics/rivet: remove app-doc/doxygen[latex] dependency Bug: https://bugs.gentoo.org/430914 Bug: https://bugs.gentoo.org/709316 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-physics/rivet/rivet-2.6.0-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-physics/rivet/rivet-2.6.0-r2.ebuild b/sci-physics/rivet/rivet-2.6.0-r2.ebuild index 551de2ab59e..3bd00b42728 100644 --- a/sci-physics/rivet/rivet-2.6.0-r2.ebuild +++ b/sci-physics/rivet/rivet-2.6.0-r2.ebuild @@ -27,7 +27,14 @@ RDEPEND=" sci-physics/yoda:=[python] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex,dot] ) + doc? ( + app-doc/doxygen[dot] + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) python? ( $(python_gen_cond_dep ' dev-python/cython[${PYTHON_MULTI_USEDEP}]
