diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-07-19 15:18:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-07-24 12:53:53 +0200 |
commit | ade25623342fd7d281d61657d71ea31810ff1d14 (patch) | |
tree | 0883fdaaaee351bb548d2b6dce1e4fe6424d692c /sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | |
parent | net-misc/dibbler: Update dependencies. (diff) | |
download | gentoo-ade25623342fd7d281d61657d71ea31810ff1d14.tar.gz gentoo-ade25623342fd7d281d61657d71ea31810ff1d14.tar.bz2 gentoo-ade25623342fd7d281d61657d71ea31810ff1d14.zip |
sci-physics/hepmc: Fix dependencies.
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 <ulm@gentoo.org>
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}" |