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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EECC6138334 for ; Sat, 21 Dec 2019 15:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A12AE099F; Sat, 21 Dec 2019 15:06:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6265E099E for ; Sat, 21 Dec 2019 15:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B187934DA7B for ; Sat, 21 Dec 2019 15:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C339CF for ; Sat, 21 Dec 2019 15:06:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1576940784.0848df780a1cb9268cdb26ec8b5c90d499d382db.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm/gvm-10.0.1.ebuild X-VCS-Directories: net-analyzer/gvm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0848df780a1cb9268cdb26ec8b5c90d499d382db X-VCS-Branch: master Date: Sat, 21 Dec 2019 15:06:40 +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: 8cf4e5c8-833c-4052-8632-1089b8e3c59f X-Archives-Hash: e296635a93bef538fc05cbd74f35f23a commit: 0848df780a1cb9268cdb26ec8b5c90d499d382db Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Wed Dec 18 20:51:35 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 21 15:06:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0848df78 net-analyzer/gvm: drop openvas from !RDEPEND Revisited version dependencies. Dropped last rited package from RDEPEND. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hasan ÇALIŞIR psauxit.com> Closes: https://github.com/gentoo/gentoo/pull/14044 Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/gvm/gvm-10.0.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-analyzer/gvm/gvm-10.0.1.ebuild b/net-analyzer/gvm/gvm-10.0.1.ebuild index a1811d22fb5..7624312b1a4 100644 --- a/net-analyzer/gvm/gvm-10.0.1.ebuild +++ b/net-analyzer/gvm/gvm-10.0.1.ebuild @@ -17,11 +17,10 @@ REQUIRED_USE="|| ( postgres sqlite )" RDEPEND=" >=net-analyzer/gvm-libs-10.0.1[extras?,ldap?,radius?] >=net-analyzer/gvmd-8.0.1[extras?,postgres?,sqlite?] - ~net-analyzer/openvas-scanner-6.0.1[cron?,extras?] - !net-analyzer/openvas - cli? ( >=net-analyzer/gvm-tools-1.4.1 ) - gsa? ( ~net-analyzer/greenbone-security-assistant-8.0.1[extras?] ) - ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )" + >=net-analyzer/openvas-scanner-6.0.1[cron?,extras?] + cli? ( >=net-analyzer/gvm-tools-2.0.0 ) + gsa? ( >=net-analyzer/greenbone-security-assistant-8.0.1[extras?] ) + ospd? ( >=net-analyzer/ospd-2.0.0[extras?] )" pkg_postinst() { elog "Additional support for extra checks can be get from"