summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-07 17:10:34 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-07 17:11:00 +0200
commit97393f4f63da69b87a34811f9620d26799941dff (patch)
tree0f6ba47949c5b09c0f2cfbaeadbbd155de9954c8 /net-analyzer/notus-scanner
parentnet-analyzer/notus-scanner: add 22.6.0, drop 22.5.0-r1 (diff)
downloadgentoo-97393f4f63da69b87a34811f9620d26799941dff.tar.gz
gentoo-97393f4f63da69b87a34811f9620d26799941dff.tar.bz2
gentoo-97393f4f63da69b87a34811f9620d26799941dff.zip
net-analyzer/notus-scanner: remove conditional patching
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.6.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild b/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild
index 136c08284b4a..c0dcb14e48c9 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.0.ebuild
@@ -31,6 +31,10 @@ RDEPEND="
app-misc/mosquitto
"
+PATCHES=(
+ "${FILESDIR}"/${P}-remove-tests.patch
+)
+
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:
@@ -44,13 +48,6 @@ DISABLE_AUTOFORMATTING=true
distutils_enable_tests unittest
-src_prepare() {
- if use test; then
- PATCHES+=( "${FILESDIR}"/${P}-remove-tests.patch )
- fi
- default
-}
-
python_compile() {
distutils-r1_python_compile
}