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 9406E138239 for ; Fri, 22 Mar 2019 23:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0A38E096C; Fri, 22 Mar 2019 23:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 78E85E096D for ; Fri, 22 Mar 2019 23:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0E9DA335D3D for ; Fri, 22 Mar 2019 23:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB4257B for ; Fri, 22 Mar 2019 23:59:35 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1553299158.a8d10fb1969f7288826698c071b27c6aba542497.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/openvas/openvas-9.0.0.ebuild X-VCS-Directories: net-analyzer/openvas/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a8d10fb1969f7288826698c071b27c6aba542497 X-VCS-Branch: master Date: Fri, 22 Mar 2019 23:59: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: 94a523e4-c58c-46c9-b3f4-c445184f4883 X-Archives-Hash: bf4c4df15abdb6449bc2c5ce0b33cc9b commit: a8d10fb1969f7288826698c071b27c6aba542497 Author: Hasan ÇALIŞIR psauxit com> AuthorDate: Mon Mar 18 23:13:13 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Mar 22 23:59:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d10fb1 net-analyzer/openvas: minor improvements. Compact form for conditional use dependencies. Signed-off-by: Hasan ÇALIŞIR psauxit.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11408 Signed-off-by: Patrice Clement gentoo.org> net-analyzer/openvas/openvas-9.0.0.ebuild | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild b/net-analyzer/openvas/openvas-9.0.0.ebuild index f7bf53cc8a1..e97e18e0cdb 100644 --- a/net-analyzer/openvas/openvas-9.0.0.ebuild +++ b/net-analyzer/openvas/openvas-9.0.0.ebuild @@ -14,22 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="+cli +extras +gsa ldap +ospd radius" RDEPEND=" - >=net-analyzer/openvas-libraries-9.0.3 - >=net-analyzer/openvas-manager-7.0.3 - >=net-analyzer/openvas-scanner-5.1.3 + >=net-analyzer/openvas-libraries-9.0.3[extras?] + >=net-analyzer/openvas-manager-7.0.3[extras?] + >=net-analyzer/openvas-scanner-5.1.3[extras?] cli? ( >=net-analyzer/gvm-tools-1.4.1 ) - extras? ( - >=net-analyzer/openvas-libraries-9.0.3[extras] - >=net-analyzer/openvas-manager-7.0.3[extras] - >=net-analyzer/openvas-scanner-5.1.3[extras] - ) - gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3 - extras? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras] ) - ) + gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] ) ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] ) - ospd? ( >=net-analyzer/ospd-1.3.2 - extras? ( >=net-analyzer/ospd-1.3.2[extras] ) - ) + ospd? ( >=net-analyzer/ospd-1.3.2[extras?] ) radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )" pkg_postinst() {