commit:     b3580dab9d223beaa2ea1a41f313ce10cfa4a212
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 17:03:49 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 17:04:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3580dab

dev-debug/bpftrace: Add missing BDEPENDs (bug #927141)

Closes: https://bugs.gentoo.org/927141
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../bpftrace/{bpftrace-0.20.1-r1.ebuild => bpftrace-0.20.1-r2.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild 
b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild
similarity index 96%
rename from dev-debug/bpftrace/bpftrace-0.20.1-r1.ebuild
rename to 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
 "
 

Reply via email to