commit: 50caae9a0f768143a2d4878ed8f5916bc9b682dd Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 20:10:46 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 20:11:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50caae9a
dev-util/bpftrace: Drop unused inherit from 0.16.0 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> dev-util/bpftrace/bpftrace-0.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bpftrace/bpftrace-0.16.0.ebuild b/dev-util/bpftrace/bpftrace-0.16.0.ebuild index 210d78fe7f33..b6ef7864928b 100644 --- a/dev-util/bpftrace/bpftrace-0.16.0.ebuild +++ b/dev-util/bpftrace/bpftrace-0.16.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_MAX_SLOT=16 -inherit llvm linux-info cmake toolchain-funcs +inherit llvm linux-info cmake DESCRIPTION="High-level tracing language for eBPF" HOMEPAGE="https://github.com/iovisor/bpftrace"
