summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-09 13:51:28 +0000
committerSam James <sam@gentoo.org>2024-11-09 13:51:28 +0000
commit2fbfba61dfaf64cccd07a0414cb0c13562a1d36f (patch)
tree1805630c2df58873994bce84d3a5ccc1048c3ce0 /net-analyzer
parentdev-util/bugbite-cli: add rust_pkg_setup call (diff)
downloadgentoo-2fbfba61dfaf64cccd07a0414cb0c13562a1d36f.tar.gz
gentoo-2fbfba61dfaf64cccd07a0414cb0c13562a1d36f.tar.bz2
gentoo-2fbfba61dfaf64cccd07a0414cb0c13562a1d36f.zip
net-analyzer/suricata: fix pkg_setup typo
Closes: https://bugs.gentoo.org/943139 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/suricata/suricata-7.0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/suricata/suricata-7.0.5-r1.ebuild b/net-analyzer/suricata/suricata-7.0.5-r1.ebuild
index 8fc26ccd0baf..f70a971b0103 100644
--- a/net-analyzer/suricata/suricata-7.0.5-r1.ebuild
+++ b/net-analyzer/suricata/suricata-7.0.5-r1.ebuild
@@ -86,7 +86,7 @@ pkg_pretend() {
}
pkg_setup() {
- python_single-r1_pkg_setup
+ python-single-r1_pkg_setup
rust_pkg_setup
}