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 4E66713835D for ; Mon, 22 Mar 2021 13:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76EC5E0886; Mon, 22 Mar 2021 13:36:41 +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 5B8F4E0882 for ; Mon, 22 Mar 2021 13:36:41 +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 3CE2033BE5A for ; Mon, 22 Mar 2021 13:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B0F634 for ; Mon, 22 Mar 2021 13:36:37 +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: <1616420035.1a3438c223065fcdc003289a46c3b16287763782.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: 1a3438c223065fcdc003289a46c3b16287763782 X-VCS-Branch: master Date: Mon, 22 Mar 2021 13:36:37 +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: 2d9361b4-4c03-4354-a8d0-9e321bfc95e1 X-Archives-Hash: 3df3e3c49fd53c0fceb9a9ae16a3a4ef commit: 1a3438c223065fcdc003289a46c3b16287763782 Author: Jonas Licht fem tu-ilmenau de> AuthorDate: Sun Mar 21 20:50:50 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 22 13:33:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3438c2 net-analyzer/gvm: drop old useless useflag Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jonas Licht fem.tu-ilmenau.de> Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/gvm/gvm-10.0.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-analyzer/gvm/gvm-10.0.1.ebuild b/net-analyzer/gvm/gvm-10.0.1.ebuild index daa514eeb21..a72c4460164 100644 --- a/net-analyzer/gvm/gvm-10.0.1.ebuild +++ b/net-analyzer/gvm/gvm-10.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,12 +11,11 @@ HOMEPAGE="https://www.greenbone.net/en/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE="cli +cron +extras +gsa ldap ospd postgres radius +sqlite" -REQUIRED_USE="|| ( postgres sqlite )" +IUSE="cli +cron +extras +gsa ldap ospd radius" RDEPEND=" >=net-analyzer/gvm-libs-10.0.1[extras?,ldap?,radius?] - >=net-analyzer/gvmd-8.0.1[extras?,postgres?,sqlite?] + >=net-analyzer/gvmd-8.0.1[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?] )