From d97459e9b0f51457a9ca262fe35158575f2f9178 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 6 Nov 2021 20:27:22 -0400 Subject: sys-fs/ntfs3g: drop silly kernel check for CONFIG_FUSE Signed-off-by: Mike Gilbert --- sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild index 1b89073cd283..28102ca67d43 100644 --- a/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2021.8.22-r3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit linux-info toolchain-funcs + +inherit toolchain-funcs MY_P="ntfs-3g_ntfsprogs-${PV}" @@ -10,7 +11,6 @@ DESCRIPTION="Open source read-write NTFS driver that runs under FUSE" HOMEPAGE="http://www.tuxera.com/community/ntfs-3g-download/" HOMEPAGE="https://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html" SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" -#SRC_URI="https://jp-andre.pagesperso-orange.fr/${MY_P}.tgz" LICENSE="GPL-2" # The subslot matches the SONAME major #. @@ -34,12 +34,6 @@ BDEPEND=" S="${WORKDIR}/${MY_P}" -pkg_setup() { - CONFIG_CHECK="~FUSE_FS" - FUSE_FS_WARNING="You need to have FUSE module built to use ntfs-3g" - linux-info_pkg_setup -} - src_configure() { tc-ld-disable-gold -- cgit v1.2.3-65-gdbad