Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse/
Date: Tue, 06 Sep 2022 20:08:40
Message-Id: 1662494776.5abb6eecb2babebfbec2168b27ffd352f24f5fb1.mpagano@gentoo
1 commit: 5abb6eecb2babebfbec2168b27ffd352f24f5fb1
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 20:06:16 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 20:06:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abb6eec
7
8 sys-fs/fuse: Remove check for kernel lt 2.6.9
9
10 Kernel 2.6.10 was release on 2004-12-24, nearly
11 18 years ago
12
13 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
14
15 sys-fs/fuse/fuse-2.9.9-r1.ebuild | 3 ---
16 1 file changed, 3 deletions(-)
17
18 diff --git a/sys-fs/fuse/fuse-2.9.9-r1.ebuild b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
19 index a171192a0d6c..a5bf77f814c8 100644
20 --- a/sys-fs/fuse/fuse-2.9.9-r1.ebuild
21 +++ b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
22 @@ -28,9 +28,6 @@ PATCHES=(
23
24 pkg_setup() {
25 if use kernel_linux ; then
26 - if kernel_is lt 2 6 9 ; then
27 - die "Your kernel is too old."
28 - fi
29 CONFIG_CHECK="~FUSE_FS"
30 WARNING_FUSE_FS="You need to have FUSE module built to use user-mode utils"
31 linux-info_pkg_setup