Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-common/
Date: Tue, 04 Jan 2022 03:29:35
Message-Id: 1641266939.af24bfa5f44c6238d69f865bbc9eb345b4da9957.sam@gentoo
1 commit: af24bfa5f44c6238d69f865bbc9eb345b4da9957
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:23:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af24bfa5
7
8 sys-fs/fuse-common: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-fs/fuse-common/fuse-common-3.10.4.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/sys-fs/fuse-common/fuse-common-3.10.4.ebuild b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
17 index 8e3aff886fde..24670d1b7e68 100644
18 --- a/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
19 +++ b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -23,8 +23,6 @@ src_install() {
27
28 if use kernel_linux ; then
29 newinitd "${FILESDIR}"/fuse.init fuse
30 - elif use kernel_FreeBSD ; then
31 - newinitd "${FILESDIR}"/fuse-fbsd.init fuse
32 else
33 die "We don't know what init code install for your kernel, please file a bug."
34 fi