From 3321435d0b4bfd199a29c4c068e42ad13bb50ce0 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 2 Dec 2025 00:54:59 +0100 Subject: [PATCH] app-forensics/libfshfs: remove unknown flag --- app-forensics/libfshfs/libfshfs-20240501.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-forensics/libfshfs/libfshfs-20240501.ebuild b/app-forensics/libfshfs/libfshfs-20240501.ebuild index c62970344..23edc138a 100644 --- a/app-forensics/libfshfs/libfshfs-20240501.ebuild +++ b/app-forensics/libfshfs/libfshfs-20240501.ebuild @@ -65,7 +65,6 @@ src_configure() { $(use_enable debug debug-output ) \ $(use_enable threads multi-threading-support) \ $(use_enable python) \ - $(use_enable python python3) \ $(use_with fuse libfuse) \ }