summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2017-02-10 11:30:52 -0800
committerPatrick McLean <chutzpah@gentoo.org>2017-02-10 11:31:21 -0800
commit18d85450c74a337f91151d77b21f1bb0ce2c9462 (patch)
tree4d261d5520c82800aa07d5a9ace1f793ca301b8a /sys-fs/ntfs3g
parentmail-client/balsa: Disable optional gtkhtml support as gtkhtml is dead and un... (diff)
downloadgentoo-18d85450c74a337f91151d77b21f1bb0ce2c9462.tar.gz
gentoo-18d85450c74a337f91151d77b21f1bb0ce2c9462.tar.bz2
gentoo-18d85450c74a337f91151d77b21f1bb0ce2c9462.zip
sys-fs/ntfs3g: Add less than dep to fuse USE flag to block fuse-3
Gentoo-Bug: 608694 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-fs/ntfs3g')
-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"