Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/
Date: Sun, 07 Nov 2021 00:29:23
Message-Id: 1636244928.d97459e9b0f51457a9ca262fe35158575f2f9178.floppym@gentoo
1 commit: d97459e9b0f51457a9ca262fe35158575f2f9178
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 00:27:22 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 00:28:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97459e9
7
8 sys-fs/ntfs3g: drop silly kernel check for CONFIG_FUSE
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild | 10 ++--------
13 1 file changed, 2 insertions(+), 8 deletions(-)
14
15 diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild
16 index 1b89073cd28..28102ca67d4 100644
17 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild
18 +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -inherit linux-info toolchain-funcs
24 +
25 +inherit toolchain-funcs
26
27 MY_P="ntfs-3g_ntfsprogs-${PV}"
28
29 @@ -10,7 +11,6 @@ DESCRIPTION="Open source read-write NTFS driver that runs under FUSE"
30 HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/"
31 HOMEPAGE="https://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html"
32 SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz"
33 -#SRC_URI="https://jp-andre.pagesperso-orange.fr/${MY_P}.tgz"
34
35 LICENSE="GPL-2"
36 # The subslot matches the SONAME major #.
37 @@ -34,12 +34,6 @@ BDEPEND="
38
39 S="${WORKDIR}/${MY_P}"
40
41 -pkg_setup() {
42 - CONFIG_CHECK="~FUSE_FS"
43 - FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g"
44 - linux-info_pkg_setup
45 -}
46 -
47 src_configure() {
48 tc-ld-disable-gold