net-analyzer/gvm: Add optfeature for boreas scanning tool

Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37745
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Giuseppe Foti
2024-07-27 16:17:23 +02:00
committed by Florian Schmaus
parent 9566373b00
commit f8c0f04ba9

View File

@@ -8,8 +8,8 @@ inherit optfeature systemd
DESCRIPTION="Greenbone Vulnerability Management, previously named OpenVAS"
HOMEPAGE="https://www.greenbone.net"
SLOT="0"
LICENSE="AGPL-3+"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="cli doc +gsa ldap ospd snmp radius"
@@ -37,4 +37,5 @@ pkg_postinst() {
optfeature "IPsec VPN scanning, fingerprinting and testing tool" net-analyzer/ike-scan
optfeature "port scanner" net-analyzer/nmap
optfeature "create results from local security checks" net-analyzer/notus-scanner
optfeature "command line tool to scan for alive hosts" net-analyzer/boreas
}