diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-08-09 15:32:41 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-08-09 15:32:41 +0200 |
commit | 0c539ddaa0f3f32504c8ffec6922b1c4f0b39775 (patch) | |
tree | 45e639c82ccd2897cf80b62394df7fda1c23e42b /net-analyzer/notus-scanner | |
parent | net-analyzer/notus-scanner: fix OpenRC script, disable hash verification (diff) | |
download | gentoo-0c539ddaa0f3f32504c8ffec6922b1c4f0b39775.tar.gz gentoo-0c539ddaa0f3f32504c8ffec6922b1c4f0b39775.tar.bz2 gentoo-0c539ddaa0f3f32504c8ffec6922b1c4f0b39775.zip |
net-analyzer/notus-scanner: disable FORCE_PRINT_ELOG
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer/notus-scanner')
-rw-r--r-- | net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild index 7ebe6a06c3fb..59d016bf88af 100644 --- a/net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild +++ b/net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${DEPEND} app-misc/mosquitto " -FORCE_PRINT_ELOG="yes" + DOC_CONTENTS=" For validating the feed content, a GnuPG keychain with the Greenbone Community Feed integrity key needs to be created. Please, read here on how to create it: @@ -42,7 +42,6 @@ https://wiki.gentoo.org/wiki/Greenbone_Vulnerability_Management#Notus_Scanner To enable feed validation, edit /etc/gvm/${PN}.toml and set disable-hashsum-verification = false" - DISABLE_AUTOFORMATTING=true distutils_enable_tests unittest |