summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-05-20 12:51:02 +0200
committerMike Gilbert <floppym@gentoo.org>2022-05-20 10:56:58 -0400
commita10ba2712d8b37e8bc82a24731218d5435ae1304 (patch)
tree3f07c0db6c10cb363ad3b80daeb6bb302a6f2409
parentapp-backup/dar: Stabilize 2.7.5 x86, #845384 (diff)
downloadgentoo-a10ba271.tar.gz
gentoo-a10ba271.tar.bz2
gentoo-a10ba271.zip
dev-util/ninja: dep on media-gfx/graphviz
When USE=doc is set, graphviz dot is used as part of building the documentation. Closes: https://bugs.gentoo.org/846539 Cloees: https://github.com/gentoo/gentoo/pull/25570 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--dev-util/ninja/ninja-1.11.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/ninja/ninja-1.11.0.ebuild b/dev-util/ninja/ninja-1.11.0.ebuild
index c5dc0b51f237..009dcff946ca 100644
--- a/dev-util/ninja/ninja-1.11.0.ebuild
+++ b/dev-util/ninja/ninja-1.11.0.ebuild
@@ -31,6 +31,7 @@ BDEPEND="
app-text/asciidoc
app-doc/doxygen
dev-libs/libxslt
+ media-gfx/graphviz
)
test? ( dev-cpp/gtest )
"