From ade25623342fd7d281d61657d71ea31810ff1d14 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 19 Jul 2020 15:18:11 +0200 Subject: sci-physics/hepmc: Fix dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following removal of dev-tex/floatflt. A dependency on dev-texlive/texlive-latexrecommended (for cite.sty and fancybox.sty) was also missing. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Ulrich Müller --- sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sci-physics') 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}" -- cgit v1.2.3-65-gdbad