diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-11-05 22:10:27 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-11-05 22:14:01 -0400 |
commit | 33ac79f9dd4f0e82321175ab4b24c88fd5770dd5 (patch) | |
tree | d7a33bbbd7218e5b672db23d22a412cf678ec410 | |
parent | Revert "sys-fs/ntfs3g: use internal FUSE library" (diff) | |
download | gentoo-33ac79f9dd4f0e82321175ab4b24c88fd5770dd5.tar.gz gentoo-33ac79f9dd4f0e82321175ab4b24c88fd5770dd5.tar.bz2 gentoo-33ac79f9dd4f0e82321175ab4b24c88fd5770dd5.zip |
sys-fs/ntfs3g: drop non-functional suid USE flag
Bug: https://bugs.gentoo.org/822024
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild | 3 |
1 files changed, 1 insertions, 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 |