diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-05-02 17:16:13 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-05-02 17:16:13 -0400 |
commit | 5d92ff672b56bffd9333062940964bb79e228ead (patch) | |
tree | 50df3b25d705e1e49c6c3ab4a477575429d6a1db /sys-fs/ntfs3g | |
parent | sys-fs/ntfs3g: drop 2021.8.22 (diff) | |
download | gentoo-5d92ff672b56bffd9333062940964bb79e228ead.tar.gz gentoo-5d92ff672b56bffd9333062940964bb79e228ead.tar.bz2 gentoo-5d92ff672b56bffd9333062940964bb79e228ead.zip |
sys-fs/ntfs3g: disable "quarantined" utilities
Upstream doesn't really support these programs. If someone really needs
them, we can restore them behind a masked USE flag.
Bug: https://bugs.gentoo.org/842222
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild (renamed from sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild index 8e3bee187cef..3ee5db1efeb5 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r4.ebuild @@ -51,7 +51,6 @@ src_configure() { $(use_enable xattr xattr-mappings) $(use_enable ntfsdecrypt crypto) $(use_enable ntfsprogs) - $(use_enable ntfsprogs quarantined) $(use_enable static-libs static) --with-uuid |