commit: ade25623342fd7d281d61657d71ea31810ff1d14
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 13:18:11 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 10:53:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade25623
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 <AT> gentoo.org>
sci-physics/hepmc/hepmc-2.06.09-r1.ebuild | 9 ++++-----
1 file 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 30a266d6d1e..e8453c9991d 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}"