diff options
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 f70a971b0103..67bc9e5d1d9a 100644 --- a/net-analyzer/suricata/suricata-7.0.5-r1.ebuild +++ b/net-analyzer/suricata/suricata-7.0.5-r1.ebuild @@ -202,7 +202,7 @@ pkg_postinst() { if use bpf; then elog - elog "eBPF/XDP files must be compiled (using sys-devel/clang[llvm_targets_BPF]) before use" + elog "eBPF/XDP files must be compiled (using llvm-core/clang[llvm_targets_BPF]) before use" elog "because their configuration is hard-coded. You can find the default ones in" elog " ${EPREFIX}/usr/share/doc/${PF}/ebpf" elog "and the common location for eBPF bytecode is" |