Skip to content

Commit

Permalink
app-forensics/libewf: fix fuse dependency
Browse files Browse the repository at this point in the history
 ewfmount links to libfuse.so.2, which is provided by sys-fs/fuse:0 but
 not by sys-fs/fuse:3. Without specifying the slot, sys-fs/fuse:3 would
 satisfy the dependency without providing the required lib, resulting in
 a build with fuse support disabled.
  • Loading branch information
jlucas8 committed Apr 2, 2024
1 parent c692f45 commit 46f5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-forensics/libewf/libewf-20230212.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DEPEND="
RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
fuse? ( sys-fs/fuse )
fuse? ( sys-fs/fuse:0 )
"

src_prepare() {
Expand Down

0 comments on commit 46f5127

Please sign in to comment.