summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-03 17:23:28 +0100
committerSam James <sam@gentoo.org>2022-01-04 03:28:59 +0000
commitaf24bfa5f44c6238d69f865bbc9eb345b4da9957 (patch)
tree57ce830f49b7413b1d301561cec13c5c53b18b1a
parentsys-devel/clang: remove kernel_FreeBSD (diff)
downloadgentoo-af24bfa5.tar.gz
gentoo-af24bfa5.tar.bz2
gentoo-af24bfa5.zip
sys-fs/fuse-common: remove kernel_FreeBSD
Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-fs/fuse-common/fuse-common-3.10.4.ebuild4
1 files changed, 1 insertions, 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