commit: a72992732b8c4aaf63a978bcf213f1018b8a2022
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 17:37:02 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue May 21 17:37:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7299273
dev-debug/bpftrace: Actually remove the fuzzing flag
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-debug/bpftrace/bpftrace-0.20.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
index ed0d131ef89f..eb964ba376cc 100644
--- a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild
@@ -84,7 +84,7 @@ src_configure() {
-DSTATIC_LINKING:BOOL=OFF
# bug 809362, 754648
-DBUILD_TESTING:BOOL=$(usex test)
- -DBUILD_FUZZ:BOOL=$(usex fuzzing)
+ -DBUILD_FUZZ:BOOL=OFF
-DENABLE_MAN:BOOL=OFF
)