From: Matthias Maier Date: Fri, 1 May 2020 16:58:20 +0000 (-0500) Subject: sci-physics/clhep: remove USE dep on doxygen[latex] X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=704ea7755fc46c92893bb89ea4d3e55a662313fb;p=gentoo.git sci-physics/clhep: remove USE dep on doxygen[latex] Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier --- 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 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"