diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-03 10:47:10 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-03 10:48:17 +0100 |
commit | f3753d899f88522831d20ac8117d0c158d62f270 (patch) | |
tree | a2c190ee106020fd57fd31785aa831854114c208 /sci-electronics | |
parent | sys-auth/yubico-piv-tool-2.3.0: actually commit the patch (diff) | |
download | gentoo-f3753d899f88522831d20ac8117d0c158d62f270.tar.gz gentoo-f3753d899f88522831d20ac8117d0c158d62f270.tar.bz2 gentoo-f3753d899f88522831d20ac8117d0c158d62f270.zip |
sci-electronics/geda: add missing dep for doc building
Closes: https://bugs.gentoo.org/834500
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/geda/geda-1.10.2-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-electronics/geda/geda-1.10.2-r1.ebuild b/sci-electronics/geda/geda-1.10.2-r1.ebuild index b573743f9c9e..b8932f77563b 100644 --- a/sci-electronics/geda/geda-1.10.2-r1.ebuild +++ b/sci-electronics/geda/geda-1.10.2-r1.ebuild @@ -4,7 +4,10 @@ EAPI=8 DOCS_BUILDER="doxygen" -DOCS_DEPEND="media-gfx/graphviz" +DOCS_DEPEND=" + media-gfx/graphviz + media-gfx/imagemagick +" inherit autotools docs xdg MY_PN=${PN}-gaf |