From 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 11 Dec 2024 12:23:19 +0100 Subject: Move {sys-devel → llvm-core}/clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-analyzer/suricata/suricata-7.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-analyzer') 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" -- cgit v1.2.3-65-gdbad