From 33ac79f9dd4f0e82321175ab4b24c88fd5770dd5 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 5 Nov 2021 22:10:27 -0400 Subject: sys-fs/ntfs3g: drop non-functional suid USE flag Bug: https://bugs.gentoo.org/822024 Signed-off-by: Mike Gilbert --- sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild index f022ac5e5589..64a938dc180b 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" # The subslot matches the SONAME major #. SLOT="0/89" KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" +IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs xattr" RDEPEND=" sys-apps/util-linux:0= @@ -74,7 +74,6 @@ src_configure() { src_install() { default - use suid && fperms u+s /usr/bin/ntfs-3g use mount-ntfs && dosym mount.ntfs-3g /sbin/mount.ntfs find "${ED}" -name '*.la' -type f -delete || die # https://bugs.gentoo.org/760780 -- cgit v1.2.3-65-gdbad