Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/geda/
Date: Thu, 03 Mar 2022 09:48:26
Message-Id: 1646300897.f3753d899f88522831d20ac8117d0c158d62f270.andrewammerlaan@gentoo
1 commit: f3753d899f88522831d20ac8117d0c158d62f270
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 09:47:10 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 09:48:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3753d89
7
8 sci-electronics/geda: add missing dep for doc building
9
10 Closes: https://bugs.gentoo.org/834500
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-electronics/geda/geda-1.10.2-r1.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-electronics/geda/geda-1.10.2-r1.ebuild b/sci-electronics/geda/geda-1.10.2-r1.ebuild
18 index b573743f9c9e..b8932f77563b 100644
19 --- a/sci-electronics/geda/geda-1.10.2-r1.ebuild
20 +++ b/sci-electronics/geda/geda-1.10.2-r1.ebuild
21 @@ -4,7 +4,10 @@
22 EAPI=8
23
24 DOCS_BUILDER="doxygen"
25 -DOCS_DEPEND="media-gfx/graphviz"
26 +DOCS_DEPEND="
27 + media-gfx/graphviz
28 + media-gfx/imagemagick
29 +"
30 inherit autotools docs xdg
31
32 MY_PN=${PN}-gaf