diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2024-03-16 10:03:49 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2024-03-16 10:04:29 -0700 |
commit | b3580dab9d223beaa2ea1a41f313ce10cfa4a212 (patch) | |
tree | f77519c6edaef50ec8b06453824a3d87a7cf1625 /dev-debug | |
parent | xfce-extra/xfce4-taskmanager: Stabilize 1.5.7 x86, #927113 (diff) | |
download | gentoo-b3580dab9d223beaa2ea1a41f313ce10cfa4a212.tar.gz gentoo-b3580dab9d223beaa2ea1a41f313ce10cfa4a212.tar.bz2 gentoo-b3580dab9d223beaa2ea1a41f313ce10cfa4a212.zip |
dev-debug/bpftrace: Add missing BDEPENDs (bug #927141)
Closes: https://bugs.gentoo.org/927141
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild (renamed from dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild index d4856d58d474..3d446e62662b 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild @@ -31,6 +31,7 @@ RDEPEND=" >=sys-devel/clang-10 <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + sys-process/procps sys-libs/binutils-libs:= virtual/libelf:= " @@ -43,6 +44,8 @@ BDEPEND=" app-arch/xz-utils app-alternatives/lex app-alternatives/yacc + app-editors/vim-core + dev-util/pahole virtual/pkgconfig " |