commit: f066d0c268fb20328959aed8a54a749f1ca636cd Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Sat Mar 16 18:15:50 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 18:16:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f066d0c2
dev-debug/bpftrace: Change vim-core and pahole to tests The ebuild is RESTRICT=test anyway, so no one should be hitting this issue. Bug: https://bugs.gentoo.org/927141 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild index 3d446e62662b..d5ba361f5a2d 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild @@ -44,8 +44,10 @@ BDEPEND=" app-arch/xz-utils app-alternatives/lex app-alternatives/yacc - app-editors/vim-core - dev-util/pahole + test? ( +i app-editors/vim-core + dev-util/pahole + ) virtual/pkgconfig "
