From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E48B158086 for ; Fri, 5 Nov 2021 23:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8A43E075F; Fri, 5 Nov 2021 23:12:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C4F4E075F for ; Fri, 5 Nov 2021 23:12:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED112342BB3 for ; Fri, 5 Nov 2021 23:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D6C10C for ; Fri, 5 Nov 2021 23:12:29 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1636153845.e88a6eb57790b8e05fa7b11c22f0b0855016fc22.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ntfs3g/metadata.xml sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild X-VCS-Directories: sys-fs/ntfs3g/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e88a6eb57790b8e05fa7b11c22f0b0855016fc22 X-VCS-Branch: master Date: Fri, 5 Nov 2021 23:12:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: edac1511-78f1-49f8-a3eb-6c6d2ffe7642 X-Archives-Hash: 28ac125198fa3b1815407cdbb8b870d1 commit: e88a6eb57790b8e05fa7b11c22f0b0855016fc22 Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 5 23:10:45 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 5 23:10:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88a6eb5 sys-fs/ntfs3g: add 'mount-ntfs' USE flag Closes: https://bugs.gentoo.org/583214 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/ntfs3g/metadata.xml | 1 + sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-fs/ntfs3g/metadata.xml b/sys-fs/ntfs3g/metadata.xml index 9b2852a0591..fd2cd929283 100644 --- a/sys-fs/ntfs3g/metadata.xml +++ b/sys-fs/ntfs3g/metadata.xml @@ -16,6 +16,7 @@ file ownership, access right. + Install mount.ntfs symlink Build and install the ntfsdecrypt application. Include internal version of ntfsprogs. diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild index 73800e129e5..f022ac5e558 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 ntfsdecrypt +ntfsprogs static-libs suid xattr" +IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND=" sys-apps/util-linux:0= @@ -75,7 +75,7 @@ src_configure() { src_install() { default use suid && fperms u+s /usr/bin/ntfs-3g - dosym mount.ntfs-3g /sbin/mount.ntfs + use mount-ntfs && dosym mount.ntfs-3g /sbin/mount.ntfs find "${ED}" -name '*.la' -type f -delete || die # https://bugs.gentoo.org/760780 keepdir "/usr/$(get_libdir)/ntfs-3g"