kde-misc/kio-fuse: Requires CONFIG_FUSE_FS in linux kernel

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2021-01-31 18:12:27 +01:00
parent 667565cbc6
commit f1b11953b1

View File

@@ -6,7 +6,7 @@ EAPI=7
ECM_TEST="true"
KFMIN=5.74.0
QTMIN=5.15.1
inherit ecm kde.org
inherit ecm kde.org linux-info
DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
@@ -36,3 +36,10 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-fix-segfault-on-links-{1,2}.patch # KDE-Bug 431079
)
pkg_setup() {
local CONFIG_CHECK="~FUSE_FS"
linux-info_pkg_setup
ecm_pkg_setup
}