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/clhep/
Date: Fri, 01 May 2020 16:59:29
Message-Id: 1588352351.704ea7755fc46c92893bb89ea4d3e55a662313fb.tamiko@gentoo
1 commit: 704ea7755fc46c92893bb89ea4d3e55a662313fb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 16:58:20 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 16:59:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704ea775
7
8 sci-physics/clhep: remove USE dep on doxygen[latex]
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 .../clhep/{clhep-2.4.1.3.ebuild => clhep-2.4.1.3-r1.ebuild} | 11 ++++++++++-
14 1 file changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-physics/clhep/clhep-2.4.1.3.ebuild b/sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
17 similarity index 83%
18 rename from sci-physics/clhep/clhep-2.4.1.3.ebuild
19 rename to sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
20 index baf35e7057f..817da604300 100644
21 --- a/sci-physics/clhep/clhep-2.4.1.3.ebuild
22 +++ b/sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
23 @@ -15,7 +15,16 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
24 IUSE="doc test threads"
25 RESTRICT="!test? ( test )"
26
27 -BDEPEND="doc? ( app-doc/doxygen[latex] )"
28 +BDEPEND="
29 + doc? (
30 + app-doc/doxygen
31 + dev-texlive/texlive-bibtexextra
32 + dev-texlive/texlive-fontsextra
33 + dev-texlive/texlive-fontutils
34 + dev-texlive/texlive-latex
35 + dev-texlive/texlive-latexextra
36 + )
37 +"
38
39 S="${WORKDIR}/${PV}/CLHEP"