commit: ceef80843c6883aacca47c72ce0682ad08bad9c6
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Mon Nov 11 16:45:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 22:24:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceef8084
dev-util/bpftool: remove unused optfeature
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/bpftool/bpftool-7.4.0.ebuild | 2 +-
dev-util/bpftool/bpftool-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/bpftool/bpftool-7.4.0.ebuild
b/dev-util/bpftool/bpftool-7.4.0.ebuild
index b1481b3e2cbe..5cf187db53d8 100644
--- a/dev-util/bpftool/bpftool-7.4.0.ebuild
+++ b/dev-util/bpftool/bpftool-7.4.0.ebuild
@@ -7,7 +7,7 @@ LLVM_COMPAT=( {15..19} )
LLVM_OPTIONAL=1
PYTHON_COMPAT=( python3_{10..13} )
-inherit bash-completion-r1 linux-info llvm-r1 optfeature python-any-r1
toolchain-funcs
+inherit bash-completion-r1 linux-info llvm-r1 python-any-r1 toolchain-funcs
DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and
maps"
HOMEPAGE="https://github.com/libbpf/bpftool"
diff --git a/dev-util/bpftool/bpftool-9999.ebuild
b/dev-util/bpftool/bpftool-9999.ebuild
index 4c6ef01a02a4..b375bf2b057e 100644
--- a/dev-util/bpftool/bpftool-9999.ebuild
+++ b/dev-util/bpftool/bpftool-9999.ebuild
@@ -7,7 +7,7 @@ LLVM_COMPAT=( {15..19} )
LLVM_OPTIONAL=1
PYTHON_COMPAT=( python3_{10..13} )
-inherit bash-completion-r1 linux-info llvm-r1 optfeature python-any-r1
toolchain-funcs
+inherit bash-completion-r1 linux-info llvm-r1 python-any-r1 toolchain-funcs
DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and
maps"
HOMEPAGE="https://github.com/libbpf/bpftool"