diff options
-rw-r--r-- | sets/squashmount | 1 | ||||
-rw-r--r-- | sys-fs/squashmount/squashmount-15.1.0.ebuild | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sets/squashmount b/sets/squashmount index c11423ee..dbf70a20 100644 --- a/sets/squashmount +++ b/sets/squashmount @@ -4,3 +4,4 @@ dev-perl/String-ShellQuote sys-fs/squashfs-tools::mv >=sys-fs/squashfuse-0.1.100 sys-fs/squashmount +>=sys-fs/unionfs-fuse-0.25 diff --git a/sys-fs/squashmount/squashmount-15.1.0.ebuild b/sys-fs/squashmount/squashmount-15.1.0.ebuild index f8627bad..cc53bd28 100644 --- a/sys-fs/squashmount/squashmount-15.1.0.ebuild +++ b/sys-fs/squashmount/squashmount-15.1.0.ebuild @@ -64,7 +64,9 @@ pkg_postinst() { optfeature "status bar support" 'app-shells/runtitle' optfeature "improved compatibility and security" 'dev-perl/File-Which' optfeature "improved output" 'dev-perl/String-ShellQuote' - optfeature "user mounting" '>=sys-fs/squashfuse-0.1.100' + optfeature "user mounting" \ + '>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \ + '>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs' case " ${REPLACING_VERSIONS}" in ' '[0-7].*|' '8.[0-6]*|' '8.7.[0-4]*) FORCE_PRINT_ELOG="true";; |