sys-fs/ntfs3g: Add less than dep to fuse USE flag to block fuse-3
authorPatrick McLean <chutzpah@gentoo.org>
Fri, 10 Feb 2017 19:30:52 +0000 (11:30 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 10 Feb 2017 19:31:21 +0000 (11:31 -0800)
Gentoo-Bug: 608694

Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild

index 4a2ea8f0242fb28aeb48a6cba3b45f63e9858cbe..a19a3ac793358c38f181e36d52fe4a4b989796d5 100644 (file)
@@ -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"
index 8b81ce322dbe17351e838bc57198a35a22ae78fd..412e314a6ada20eb2428ebf8b25d1349090e9d40 100644 (file)
@@ -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"