diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:24:30 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:35:37 -0600 |
commit | 65af2a26ee33c814733a2982a0bd359c99c4ea54 (patch) | |
tree | 01e55ff71992a8ba4ba57045af17b95e5a969ced /sci-physics | |
parent | sci-physics/lhapdf: remove app-doc/doxygen[latex] dependency (diff) | |
download | gentoo-65af2a26ee33c814733a2982a0bd359c99c4ea54.tar.gz gentoo-65af2a26ee33c814733a2982a0bd359c99c4ea54.tar.bz2 gentoo-65af2a26ee33c814733a2982a0bd359c99c4ea54.zip |
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@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/rivet/rivet-2.6.0-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sci-physics/rivet/rivet-2.6.0-r2.ebuild b/sci-physics/rivet/rivet-2.6.0-r2.ebuild index 551de2ab59ee..3bd00b427282 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}] |