Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/rivet/
Date: Sun, 01 Mar 2020 18:36:25
Message-Id: 1583087737.65af2a26ee33c814733a2982a0bd359c99c4ea54.tamiko@gentoo
1 commit: 65af2a26ee33c814733a2982a0bd359c99c4ea54
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 18:24:30 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 18:35:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65af2a26
7
8 sci-physics/rivet: remove app-doc/doxygen[latex] dependency
9
10 Bug: https://bugs.gentoo.org/430914
11 Bug: https://bugs.gentoo.org/709316
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
14
15 sci-physics/rivet/rivet-2.6.0-r2.ebuild | 9 ++++++++-
16 1 file changed, 8 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-physics/rivet/rivet-2.6.0-r2.ebuild b/sci-physics/rivet/rivet-2.6.0-r2.ebuild
19 index 551de2ab59e..3bd00b42728 100644
20 --- a/sci-physics/rivet/rivet-2.6.0-r2.ebuild
21 +++ b/sci-physics/rivet/rivet-2.6.0-r2.ebuild
22 @@ -27,7 +27,14 @@ RDEPEND="
23 sci-physics/yoda:=[python]
24 python? ( ${PYTHON_DEPS} )"
25 DEPEND="${RDEPEND}
26 - doc? ( app-doc/doxygen[latex,dot] )
27 + doc? (
28 + app-doc/doxygen[dot]
29 + dev-texlive/texlive-bibtexextra
30 + dev-texlive/texlive-fontsextra
31 + dev-texlive/texlive-fontutils
32 + dev-texlive/texlive-latex
33 + dev-texlive/texlive-latexextra
34 + )
35 python? (
36 $(python_gen_cond_dep '
37 dev-python/cython[${PYTHON_MULTI_USEDEP}]