Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/
Date: Sat, 06 Nov 2021 02:14:20
Message-Id: 1636164841.33ac79f9dd4f0e82321175ab4b24c88fd5770dd5.floppym@gentoo
1 commit: 33ac79f9dd4f0e82321175ab4b24c88fd5770dd5
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 02:10:27 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 02:14:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ac79f9
7
8 sys-fs/ntfs3g: drop non-functional suid USE flag
9
10 Bug: https://bugs.gentoo.org/822024
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild
17 index f022ac5e558..64a938dc180 100644
18 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild
19 +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild
20 @@ -16,7 +16,7 @@ LICENSE="GPL-2"
21 # The subslot matches the SONAME major #.
22 SLOT="0/89"
23 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
24 -IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr"
25 +IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs xattr"
26
27 RDEPEND="
28 sys-apps/util-linux:0=
29 @@ -74,7 +74,6 @@ src_configure() {
30
31 src_install() {
32 default
33 - use suid && fperms u+s /usr/bin/ntfs-3g
34 use mount-ntfs && dosym mount.ntfs-3g /sbin/mount.ntfs
35 find "${ED}" -name '*.la' -type f -delete || die
36 # https://bugs.gentoo.org/760780