Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/
Date: Fri, 20 May 2022 14:58:48
Message-Id: 1653058618.a10ba2712d8b37e8bc82a24731218d5435ae1304.floppym@gentoo
1 commit: a10ba2712d8b37e8bc82a24731218d5435ae1304
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Fri May 20 10:51:02 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 14:56:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10ba271
7
8 dev-util/ninja: dep on media-gfx/graphviz
9
10 When USE=doc is set, graphviz dot is used as part of building the
11 documentation.
12
13 Closes: https://bugs.gentoo.org/846539
14 Cloees: https://github.com/gentoo/gentoo/pull/25570
15 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
16 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
17
18 dev-util/ninja/ninja-1.11.0.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/dev-util/ninja/ninja-1.11.0.ebuild b/dev-util/ninja/ninja-1.11.0.ebuild
22 index c5dc0b51f237..009dcff946ca 100644
23 --- a/dev-util/ninja/ninja-1.11.0.ebuild
24 +++ b/dev-util/ninja/ninja-1.11.0.ebuild
25 @@ -31,6 +31,7 @@ BDEPEND="
26 app-text/asciidoc
27 app-doc/doxygen
28 dev-libs/libxslt
29 + media-gfx/graphviz
30 )
31 test? ( dev-cpp/gtest )
32 "