diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:23:02 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:35:34 -0600 |
commit | 2f524825d0a3fed7a646379638310a05a946dba1 (patch) | |
tree | 7a977ba3a15b8fb27b34e4c3053926230819d0b8 /sci-physics | |
parent | sci-physics/clhep: remove app-doc/doxygen[latex] dependency (diff) | |
download | gentoo-2f524825d0a3fed7a646379638310a05a946dba1.tar.gz gentoo-2f524825d0a3fed7a646379638310a05a946dba1.tar.bz2 gentoo-2f524825d0a3fed7a646379638310a05a946dba1.zip |
sci-physics/lhapdf: remove app-doc/doxygen[latex] dependency
Bug: https://bugs.gentoo.org/430914
Bug: https://bugs.gentoo.org/709316
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-physics')
-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}" |