Skip to content

Commit

Permalink
dev-cpp/eigen: remove app-doc/doxygen[latex] dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tamiko committed Mar 1, 2020
1 parent d84802e commit 9a1b8ea
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dev-cpp/eigen/eigen-3.3.7.ebuild
Original file line number Diff line number Diff line change
@@ -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=6
Expand All @@ -19,7 +19,14 @@ RESTRICT="!test? ( test )"
RDEPEND="!dev-cpp/eigen:0"
DEPEND="
cuda? ( dev-util/nvidia-cuda-toolkit )
doc? ( app-doc/doxygen[dot,latex] )
doc? (
app-doc/doxygen[dot]
dev-texlive/texlive-bibtexextra
dev-texlive/texlive-fontsextra
dev-texlive/texlive-fontutils
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
)
test? (
dev-libs/gmp:0
dev-libs/mpfr:0
Expand Down

0 comments on commit 9a1b8ea

Please sign in to comment.