summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild5
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
index 4a2ea8f0242f..a19a3ac79335 100644
--- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
@@ -23,7 +23,10 @@ RDEPEND="!<sys-apps/util-linux-2.20.1-r2
>=dev-libs/libgcrypt-1.2.2:0
>=net-libs/gnutls-1.4.4
)
- external-fuse? ( >=sys-fs/fuse-2.8.0 )"
+ external-fuse? (
+ >=sys-fs/fuse-2.8.0
+ <sys-fs/fuse-3.0.0_pre
+ )"
DEPEND="${RDEPEND}
sys-apps/attr
virtual/pkgconfig"
diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild
index 8b81ce322dbe..412e314a6ada 100644
--- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild
@@ -23,7 +23,10 @@ RDEPEND="!<sys-apps/util-linux-2.20.1-r2
>=dev-libs/libgcrypt-1.2.2:0
>=net-libs/gnutls-1.4.4
)
- external-fuse? ( >=sys-fs/fuse-2.8.0 )"
+ external-fuse? (
+ >=sys-fs/fuse-2.8.0
+ <sys-fs/fuse-3.0.0_pre
+ )"
DEPEND="${RDEPEND}
sys-apps/attr
virtual/pkgconfig"