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 58B2E158090 for ; Mon, 9 May 2022 14:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84A38E089A; Mon, 9 May 2022 14:42:26 +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 6349BE089A for ; Mon, 9 May 2022 14:42:26 +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 43B86341420 for ; Mon, 9 May 2022 14:42:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73A2D3 for ; Mon, 9 May 2022 14:42:23 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1652107329.e2e8c8a07c3e1f2dc4b60e2ad384c024ac4d672c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvmd/gvmd-21.4.5-r4.ebuild net-analyzer/gvmd/gvmd-21.4.5-r5.ebuild X-VCS-Directories: net-analyzer/gvmd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e2e8c8a07c3e1f2dc4b60e2ad384c024ac4d672c X-VCS-Branch: master Date: Mon, 9 May 2022 14:42:23 +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: 4ab0ee25-fb48-4320-ab5f-501d95a19ac1 X-Archives-Hash: 2388c378f46747b7ecd333c40a38d57b commit: e2e8c8a07c3e1f2dc4b60e2ad384c024ac4d672c Author: Florian Schmaus gentoo org> AuthorDate: Mon May 9 14:40:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 9 14:42:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e8c8a0 net-analyzer/gvmd: texlive and xmlstarlet are non-optional runtime deps Signed-off-by: Florian Schmaus gentoo.org> .../gvmd/{gvmd-21.4.5-r4.ebuild => gvmd-21.4.5-r5.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-analyzer/gvmd/gvmd-21.4.5-r4.ebuild b/net-analyzer/gvmd/gvmd-21.4.5-r5.ebuild similarity index 93% rename from net-analyzer/gvmd/gvmd-21.4.5-r4.ebuild rename to net-analyzer/gvmd/gvmd-21.4.5-r5.ebuild index 5b5e6ab83497..05dd1b3e920e 100644 --- a/net-analyzer/gvmd/gvmd-21.4.5-r4.ebuild +++ b/net-analyzer/gvmd/gvmd-21.4.5-r5.ebuild @@ -24,15 +24,14 @@ DEPEND=" dev-libs/libical:= >=net-analyzer/gvm-libs-21.4.4 net-libs/gnutls:=[tools] - doc? ( - app-text/xmlstarlet - dev-texlive/texlive-latexextra - ) " -# gvmd (optionally) uses xml_split from XML-Twig at runtime. +# gvmd (optionally) uses xml_split from XML-Twig at runtime. And texlive +# and xmlstartlet are used for (PDF) report generator at runtime. RDEPEND=" ${DEPEND} + app-text/xmlstarlet dev-perl/XML-Twig + dev-texlive/texlive-latexextra net-analyzer/ospd-openvas " BDEPEND="