Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/
Date: Tue, 26 Jun 2018 20:53:37
Message-Id: 1530046386.9c149927265b8817be0093b8c3ac5cc5bf36efb2.zerochaos@gentoo
1 commit: 9c149927265b8817be0093b8c3ac5cc5bf36efb2
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 20:47:30 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 20:53:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c149927
7
8 sys-fs/ntfs3g: fix subslot and qa warnings
9
10 the qa warning easily help simplify the deps, fuse 3 is slot 3 so no
11 need for ugly deps
12
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14 RepoMan-Options: --force
15
16 .../ntfs3g/{ntfs3g-2017.3.23.ebuild => ntfs3g-2017.3.23-r1.ebuild} | 5 ++---
17 1 file changed, 2 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild
20 similarity index 97%
21 rename from sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild
22 rename to sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild
23 index f911cd3b8e9..8b217b0ad54 100644
24 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild
25 +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild
26 @@ -13,7 +13,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz"
27
28 LICENSE="GPL-2"
29 # The subslot matches the SONAME major #.
30 -SLOT="0/87"
31 +SLOT="0/88"
32 KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
33 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
34
35 @@ -24,8 +24,7 @@ RDEPEND="!<sys-apps/util-linux-2.20.1-r2
36 >=net-libs/gnutls-1.4.4
37 )
38 external-fuse? (
39 - >=sys-fs/fuse-2.8.0
40 - <sys-fs/fuse-3.0.0_pre
41 + >=sys-fs/fuse-2.8.0:0
42 )"
43 DEPEND="${RDEPEND}
44 sys-apps/attr