diff options
Diffstat (limited to 'sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |