commit: 071a237743d74ea98f2fbf65bc1ea53722b02420 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jul 24 08:37:48 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 25 05:14:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071a2377
dev-ruby/asciidoctor-diagram: add missing test deps Closes: https://bugs.gentoo.org/843296 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) 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 e19bb7db440a..48a2fdb58f89 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 @@ -23,6 +23,13 @@ KEYWORDS="~amd64" IUSE="" RDEPEND+=" virtual/jre" +DEPEND+=" test? ( + dev-texlive/texlive-latex + media-gfx/imagemagick + media-gfx/graphviz + media-sound/lilypond + sci-visualization/gnuplot +)" ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 <dev-ruby/asciidoctor-3" all_ruby_prepare() {
