sci-physics/lhapdf: remove app-doc/doxygen[latex] dependency
authorMatthias Maier <tamiko@gentoo.org>
Sun, 1 Mar 2020 18:23:02 +0000 (12:23 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Sun, 1 Mar 2020 18:35:34 +0000 (12:35 -0600)
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>
sci-physics/lhapdf/lhapdf-5.9.1.ebuild
sci-physics/lhapdf/lhapdf-6.2.3.ebuild

index dbb46b9c38bba842af6752965422664a18aa2964..dee35d6e6f2ff539e907626a055b61b3b1b68f00 100644 (file)
@@ -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}"
index 0d359613054283be1613e5ed17bea15cad8eae15..fd7abda37ad379ba5972231c0581a6b1cd0ce14e 100644 (file)
@@ -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}"