summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-07-31 06:50:13 +0200
committerMartin Väth <martin@mvath.de>2016-07-31 06:50:13 +0200
commit7cd7b471ad59727ebbb5ba78af3443f9d7194b14 (patch)
treec960ca32cb8de2607d0a49e0af59de8cc02f802d
parentsys-fs/squashmount: Version bump (diff)
downloadmv-7cd7b471ad59727ebbb5ba78af3443f9d7194b14.tar.gz
mv-7cd7b471ad59727ebbb5ba78af3443f9d7194b14.tar.bz2
mv-7cd7b471ad59727ebbb5ba78af3443f9d7194b14.zip
sys-fs/squashmount: Fix deps for user mounting
-rw-r--r--sets/squashmount1
-rw-r--r--sys-fs/squashmount/squashmount-15.1.0.ebuild4
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";;