diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-26 16:47:30 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-26 16:53:06 -0400 |
commit | 9c149927265b8817be0093b8c3ac5cc5bf36efb2 (patch) | |
tree | 8e95763c4f490e7a3ba388274502a92a9758141c /sys-fs | |
parent | app-admin/testdisk: fix qa warning and subslot dep on ntfs3g (diff) | |
download | gentoo-9c149927265b8817be0093b8c3ac5cc5bf36efb2.tar.gz gentoo-9c149927265b8817be0093b8c3ac5cc5bf36efb2.tar.bz2 gentoo-9c149927265b8817be0093b8c3ac5cc5bf36efb2.zip |
sys-fs/ntfs3g: fix subslot and qa warnings
the qa warning easily help simplify the deps, fuse 3 is slot 3 so no
need for ugly deps
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild index f911cd3b8e92..8b217b0ad54b 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" # The subslot matches the SONAME major #. -SLOT="0/87" +SLOT="0/88" KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr" @@ -24,8 +24,7 @@ RDEPEND="!<sys-apps/util-linux-2.20.1-r2 >=net-libs/gnutls-1.4.4 ) external-fuse? ( - >=sys-fs/fuse-2.8.0 - <sys-fs/fuse-3.0.0_pre + >=sys-fs/fuse-2.8.0:0 )" DEPEND="${RDEPEND} sys-apps/attr |