summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-05-01 11:58:20 -0500
committerMatthias Maier <tamiko@gentoo.org>2020-05-01 11:59:11 -0500
commit704ea7755fc46c92893bb89ea4d3e55a662313fb (patch)
tree5c549cef74e9323f789897604cd86d02c84bd728
parentdev-python/numpy-python2: Bump to 1.16.6 (diff)
downloadgentoo-704ea775.tar.gz
gentoo-704ea775.tar.bz2
gentoo-704ea775.zip
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@gentoo.org>
-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"