Skip to content

Commit

Permalink
Merge pull request #1870 from jlucas8/libewf-fuse
Browse files Browse the repository at this point in the history
app-forensics/libewf: fix fuse dependency
  • Loading branch information
blshkv authored Apr 3, 2024
2 parents 7f3ea1c + 46f5127 commit 76f88ba
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 76f88ba

Please sign in to comment.