summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-physics/clhep/clhep-2.4.1.3-r1.ebuild (renamed from sci-physics/clhep/clhep-2.4.1.3.ebuild)11
1 files changed, 10 insertions, 1 deletions
diff --git a/sci-physics/clhep/clhep-2.4.1.3.ebuild b/sci-physics/clhep/clhep-2.4.1.3-r1.ebuild
index baf35e7057fd..817da604300f 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"