diff options
-rw-r--r-- | sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 11 | ||||
-rw-r--r-- | sci-physics/lhapdf/lhapdf-6.2.3.ebuild | 10 |
2 files changed, 18 insertions, 3 deletions
diff --git a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild index dbb46b9c38bb..dee35d6e6f2f 100644 --- a/sci-physics/lhapdf/lhapdf-5.9.1.ebuild +++ b/sci-physics/lhapdf/lhapdf-5.9.1.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=5 @@ -26,7 +26,14 @@ RESTRICT="!test? ( test )" RDEPEND="octave? ( sci-mathematics/octave )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex] ) + doc? ( + app-doc/doxygen + dev-texlive/texlive-bibtexextra + dev-texlive/texlive-fontsextra + dev-texlive/texlive-fontutils + dev-texlive/texlive-latex + dev-texlive/texlive-latexextra + ) python? ( dev-lang/swig )" S="${WORKDIR}/${MY_PF}" diff --git a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild index 0d3596130542..fd7abda37ad3 100644 --- a/sci-physics/lhapdf/lhapdf-6.2.3.ebuild +++ b/sci-physics/lhapdf/lhapdf-6.2.3.ebuild @@ -26,7 +26,15 @@ RDEPEND=" dev-libs/boost:0= python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[latex] )" + 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}/${MY_PF}" |