commit:     2f524825d0a3fed7a646379638310a05a946dba1
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 18:23:02 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 18:35:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f524825

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 <AT> gentoo.org>

 sci-physics/lhapdf/lhapdf-5.9.1.ebuild | 11 +++++++++--
 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 dbb46b9c38b..dee35d6e6f2 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 0d359613054..fd7abda37ad 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}"
 

Reply via email to