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 5884A158086 for ; Fri, 5 Nov 2021 23:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B06CE075F; Fri, 5 Nov 2021 23:17:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9716FE075F for ; Fri, 5 Nov 2021 23:17:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2F7C343146 for ; Fri, 5 Nov 2021 23:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 382A910C for ; Fri, 5 Nov 2021 23:17:30 +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: <1636154182.ab0f17bb3637aec78e388c3704bee2a77c8b1eb1.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild 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: ab0f17bb3637aec78e388c3704bee2a77c8b1eb1 X-VCS-Branch: master Date: Fri, 5 Nov 2021 23:17:30 +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: 0f232465-b1f9-4a7f-a7f2-b01b739b8849 X-Archives-Hash: 3cc903550f714842b44019fd343f4bdf commit: ab0f17bb3637aec78e388c3704bee2a77c8b1eb1 Author: Mike Gilbert gentoo org> AuthorDate: Fri Nov 5 23:16:22 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 5 23:16:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0f17bb sys-fs/ntfs3g: use internal FUSE library This is required for suid support. Closes: https://bugs.gentoo.org/822024 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/ntfs3g/{ntfs3g-2021.8.22.ebuild => ntfs3g-2021.8.22-r1.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-r1.ebuild similarity index 98% rename from sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild rename to sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild index f022ac5e558..e15ee8fbd07 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r1.ebuild @@ -20,7 +20,6 @@ IUSE="acl debug +mount-ntfs ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND=" sys-apps/util-linux:0= - sys-fs/fuse:0 ntfsdecrypt? ( >=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 @@ -66,7 +65,7 @@ src_configure() { # don't links to hwinfo one causing issues like bug #602360 --without-hd - --with-fuse=external + --with-fuse=internal ) econf "${myconf[@]}"