commit: 33ac79f9dd4f0e82321175ab4b24c88fd5770dd5 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Nov 6 02:10:27 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Nov 6 02:14:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ac79f9
sys-fs/ntfs3g: drop non-functional suid USE flag Bug: https://bugs.gentoo.org/822024 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> 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 f022ac5e558..64a938dc180 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
