commit: af24bfa5f44c6238d69f865bbc9eb345b4da9957
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 16:23:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 03:28:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af24bfa5
sys-fs/fuse-common: remove kernel_FreeBSD
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/fuse-common/fuse-common-3.10.4.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
index 8e3aff886fde..24670d1b7e68 100644
--- a/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
+++ b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,8 +23,6 @@ src_install() {
if use kernel_linux ; then
newinitd "${FILESDIR}"/fuse.init fuse
- elif use kernel_FreeBSD ; then
- newinitd "${FILESDIR}"/fuse-fbsd.init fuse
else
die "We don't know what init code install for your kernel,
please file a bug."
fi