commit: d97459e9b0f51457a9ca262fe35158575f2f9178
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 00:27:22 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 00:28:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97459e9
sys-fs/ntfs3g: drop silly kernel check for CONFIG_FUSE
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
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 1b89073cd28..28102ca67d4 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