commit: 704ea7755fc46c92893bb89ea4d3e55a662313fb
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 16:58:20 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri May 1 16:59:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704ea775
sci-physics/clhep: remove USE dep on doxygen[latex]
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
.../clhep/{clhep-2.4.1.3.ebuild => clhep-2.4.1.3-r1.ebuild} | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/sci-physics/clhep/clhep-2.4.1.3.ebuild
b/sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
similarity index 83%
rename from sci-physics/clhep/clhep-2.4.1.3.ebuild
rename to sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
index baf35e7057f..817da604300 100644
--- a/sci-physics/clhep/clhep-2.4.1.3.ebuild
+++ b/sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
@@ -15,7 +15,16 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc test threads"
RESTRICT="!test? ( test )"
-BDEPEND="doc? ( app-doc/doxygen[latex] )"
+BDEPEND="
+ doc? (
+ app-doc/doxygen
+ dev-texlive/texlive-bibtexextra
+ dev-texlive/texlive-fontsextra
+ dev-texlive/texlive-fontutils
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-latexextra
+ )
+"
S="${WORKDIR}/${PV}/CLHEP"