From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A372158094 for ; Mon, 25 Jul 2022 05:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1785E1080; Mon, 25 Jul 2022 05:23:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96ACDE107F for ; Mon, 25 Jul 2022 05:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72E1A340EB7 for ; Mon, 25 Jul 2022 05:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59B6510 for ; Mon, 25 Jul 2022 05:23:35 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1658726060.071a237743d74ea98f2fbf65bc1ea53722b02420.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciidoctor-diagram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild X-VCS-Directories: dev-ruby/asciidoctor-diagram/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 071a237743d74ea98f2fbf65bc1ea53722b02420 X-VCS-Branch: master Date: Mon, 25 Jul 2022 05:23:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5eb3740-bbdc-4fb3-854c-564497bd9c25 X-Archives-Hash: 05404353d340912b84101145fc9d94e5 commit: 071a237743d74ea98f2fbf65bc1ea53722b02420 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 24 08:37:48 2022 +0000 Commit: Hans de Graaff gentoo 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 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