From fe2c8201db1091217e295ca63fe200d7ad2bb063 Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Tue, 16 Sep 2025 16:18:23 +0300 Subject: [PATCH] sys-fs/bcachefs-tools: update ebuild Signed-off-by: Alexander Miroshnichenko --- sys-fs/bcachefs-tools/bcachefs-tools-1.31.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.31.0.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.31.0.ebuild index b3df3a3..1820d20 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.31.0.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.31.0.ebuild @@ -210,7 +210,11 @@ src_compile() { ./bcachefs completions ${shell} > ${shell}.completion || die done - local modlist=( "bcachefs=:../${MODULE_S}::default" ) + local modlist=( "bcachefs=kernel/drivers/fs:../module/src/bcachefs-${PV}::default" ) + local modargs=( + KDIR=${KV_OUT_DIR} + ) + use modules && linux-mod-r1_src_compile }