diff options
author | Sam James <sam@gentoo.org> | 2024-11-09 13:51:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-09 13:51:28 +0000 |
commit | 2fbfba61dfaf64cccd07a0414cb0c13562a1d36f (patch) | |
tree | 1805630c2df58873994bce84d3a5ccc1048c3ce0 /net-analyzer | |
parent | dev-util/bugbite-cli: add rust_pkg_setup call (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |