diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:21:58 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-03-01 12:35:30 -0600 |
commit | c5d9331d2d771cf05587e3d18dba8580feaf342b (patch) | |
tree | 1aae9140f5b5e85abe29266e8a3e7e3d6e74c64a /sci-physics/clhep | |
parent | sci-libs/givaro: remove app-doc/doxygen[latex] dependency (diff) | |
download | gentoo-c5d9331d2d771cf05587e3d18dba8580feaf342b.tar.gz gentoo-c5d9331d2d771cf05587e3d18dba8580feaf342b.tar.bz2 gentoo-c5d9331d2d771cf05587e3d18dba8580feaf342b.zip |
sci-physics/clhep: 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/clhep')
-rw-r--r-- | sci-physics/clhep/clhep-2.4.0.4.ebuild | 13 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.4.1.2.ebuild | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/sci-physics/clhep/clhep-2.4.0.4.ebuild b/sci-physics/clhep/clhep-2.4.0.4.ebuild index e70ed5a04200..c66e0f3aefaa 100644 --- a/sci-physics/clhep/clhep-2.4.0.4.ebuild +++ b/sci-physics/clhep/clhep-2.4.0.4.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=7 @@ -15,7 +15,16 @@ KEYWORDS="amd64 hppa ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test threads" RESTRICT="!test? ( test )" -BDEPEND="doc? ( app-doc/doxygen[latex] )" +BDEPEND=" + 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}/${PV}/CLHEP" diff --git a/sci-physics/clhep/clhep-2.4.1.2.ebuild b/sci-physics/clhep/clhep-2.4.1.2.ebuild index 2b6ac11002d0..7368c4435947 100644 --- a/sci-physics/clhep/clhep-2.4.1.2.ebuild +++ b/sci-physics/clhep/clhep-2.4.1.2.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=7 @@ -15,7 +15,16 @@ KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test threads" RESTRICT="!test? ( test )" -BDEPEND="doc? ( app-doc/doxygen[latex] )" +BDEPEND=" + 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}/${PV}/CLHEP" |