diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:23:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:18 +0100 |
commit | 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (patch) | |
tree | 6f41e60778fca61521342418fc05d60e95f9ae44 /net-analyzer | |
parent | Rename {sys-devel → llvm-core}/clang-common (diff) | |
download | gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.gz gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.bz2 gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.zip |
Move {sys-devel → llvm-core}/clang
Signed-off-by: Michał Górny <mgorny@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 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" |