summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-03-01 12:20:42 -0600
committerMatthias Maier <tamiko@gentoo.org>2020-03-01 12:35:27 -0600
commit24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0 (patch)
tree49ae857d24d155e1c86de4906f938f609150b91a /sci-libs/givaro/givaro-4.1.1.ebuild
parentmedia-libs/partio: remove app-doc/doxygen[latex] dependency (diff)
downloadgentoo-24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0.tar.gz
gentoo-24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0.tar.bz2
gentoo-24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0.zip
sci-libs/givaro: 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-libs/givaro/givaro-4.1.1.ebuild')
-rw-r--r--sci-libs/givaro/givaro-4.1.1.ebuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild
index dbf9f8850194..935649abda69 100644
--- a/sci-libs/givaro/givaro-4.1.1.ebuild
+++ b/sci-libs/givaro/givaro-4.1.1.ebuild
@@ -13,7 +13,16 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 doc static-libs test"
RESTRICT="!test? ( test )"
-BDEPEND="doc? ( app-doc/doxygen[dot,latex] )"
+BDEPEND="
+ 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
+ )
+"
DEPEND="dev-libs/gmp:0[cxx]"
RDEPEND="${DEPEND}"