dev-util/bcc-0.17.0.ebuild checks for CONFIG_EBPF_JIT kernel config which does't existe Reproducible: Always Steps to Reproduce: 1.emerge dev-util/bcc Actual Results: emrege wanrs about CONFIG_EBPF_JIT: is not set when it should be. Expected Results: not complaining about CONFIG_EBPF_JIT (the option doesn't seem to exists. 0.16.x looked for CONFIG_BPF_JIT wich leads me to believe that it is a typo?)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244f0b0989c66a4718c5df588b09510a1f73843b commit 244f0b0989c66a4718c5df588b09510a1f73843b Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2020-11-17 04:47:44 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2020-11-17 04:49:51 +0000 dev-util/bcc: Fix kernel config name (bug #754660) Closes: https://bugs.gentoo.org/754660 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> dev-util/bcc/bcc-0.16.0-r1.ebuild | 2 +- dev-util/bcc/bcc-0.16.0.ebuild | 2 +- dev-util/bcc/bcc-0.17.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)