mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-forensics/libewf: fix fuse dependency
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.
This commit is contained in:
parent
c692f456d2
commit
46f5127725
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ DEPEND="
|
|||
RDEPEND="
|
||||
${DEPEND}
|
||||
python? ( ${PYTHON_DEPS} )
|
||||
fuse? ( sys-fs/fuse )
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue