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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40ECE15800A for ; Wed, 9 Aug 2023 13:32:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593A82BC017; Wed, 9 Aug 2023 13:32:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FBA92BC017 for ; Wed, 9 Aug 2023 13:32:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 711C2335DBB for ; Wed, 9 Aug 2023 13:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8382F30 for ; Wed, 9 Aug 2023 13:32:52 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1691587961.0c539ddaa0f3f32504c8ffec6922b1c4f0b39775.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild X-VCS-Directories: net-analyzer/notus-scanner/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0c539ddaa0f3f32504c8ffec6922b1c4f0b39775 X-VCS-Branch: master Date: Wed, 9 Aug 2023 13:32:52 +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: 46015beb-7cd2-49b4-9632-b5f3393b6a65 X-Archives-Hash: 6b2335e8ee5e5338dd735482f5fad478 commit: 0c539ddaa0f3f32504c8ffec6922b1c4f0b39775 Author: Florian Schmaus gentoo org> AuthorDate: Wed Aug 9 13:32:41 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Aug 9 13:32:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c539dda net-analyzer/notus-scanner: disable FORCE_PRINT_ELOG Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/notus-scanner/notus-scanner-22.5.0-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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