diff options
Diffstat (limited to 'sci-physics/hepmc/hepmc-2.06.09-r1.ebuild')
-rw-r--r-- | sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild index 30a266d6d1e1..e8453c9991df 100644 --- a/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild +++ b/sci-physics/hepmc/hepmc-2.06.09-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,10 +21,9 @@ RDEPEND="" DEPEND="${RDEPEND} doc? ( app-doc/doxygen - || ( - dev-texlive/texlive-latex - dev-tex/floatflt - ) + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + dev-texlive/texlive-latexrecommended )" S="${WORKDIR}/${MYP}" |