commit: ba904c48dd8eedf3d6d526f152de6f40e2c6e799 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jul 25 07:26:40 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 10:10:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba904c48
dev-ruby/asciidoctor-diagram: add more test deps Closes: https://bugs.gentoo.org/860843 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild index 48a2fdb58f89..4bb70f45918d 100644 --- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild +++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild @@ -25,7 +25,8 @@ IUSE="" RDEPEND+=" virtual/jre" DEPEND+=" test? ( dev-texlive/texlive-latex - media-gfx/imagemagick + dev-texlive/texlive-latexextra + media-gfx/imagemagick[png,postscript] media-gfx/graphviz media-sound/lilypond sci-visualization/gnuplot
