Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/givaro/
Date: Sun, 01 Mar 2020 18:36:25
Message-Id: 1583087727.24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0.tamiko@gentoo
1 commit: 24ec5bf3e8e9bfa2a4adaec9bc7359e6e32e5ec0
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 18:20:42 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 18:35:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ec5bf3
7
8 sci-libs/givaro: remove app-doc/doxygen[latex] dependency
9
10 Bug: https://bugs.gentoo.org/430914
11 Bug: https://bugs.gentoo.org/709316
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
14
15 sci-libs/givaro/givaro-4.1.1.ebuild | 11 ++++++++++-
16 1 file changed, 10 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild
19 index dbf9f885019..935649abda6 100644
20 --- a/sci-libs/givaro/givaro-4.1.1.ebuild
21 +++ b/sci-libs/givaro/givaro-4.1.1.ebuild
22 @@ -13,7 +13,16 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
23 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"
24 RESTRICT="!test? ( test )"
25
26 -BDEPEND="doc? ( app-doc/doxygen[dot,latex] )"
27 +BDEPEND="
28 + doc? (
29 + app-doc/doxygen[dot]
30 + dev-texlive/texlive-bibtexextra
31 + dev-texlive/texlive-fontsextra
32 + dev-texlive/texlive-fontutils
33 + dev-texlive/texlive-latex
34 + dev-texlive/texlive-latexextra
35 + )
36 +"
37 DEPEND="dev-libs/gmp:0[cxx]"
38 RDEPEND="${DEPEND}"