commit: 1e8f85b582ec127e38a4d575ae7de1c1b810444b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Aug 27 13:07:32 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Aug 27 13:12:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8f85b5
dev-util/lttng-modules: restore KERNELDIR=KV_OUT_DIR Setting KERNELDIR was accidentally dropped when bumping this package. Closes: https://bugs.gentoo.org/938555 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../{lttng-modules-2.13.14.ebuild => lttng-modules-2.13.14-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/lttng-modules/lttng-modules-2.13.14.ebuild b/dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild similarity index 94% rename from dev-util/lttng-modules/lttng-modules-2.13.14.ebuild rename to dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild index 573ff069809c..3309c26ea9f4 100644 --- a/dev-util/lttng-modules/lttng-modules-2.13.14.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.13.14-r1.ebuild @@ -28,6 +28,9 @@ CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS MODULES_KERNEL_MIN=3.0 src_compile() { + MODULES_MAKEARGS+=( + KERNELDIR="${KV_OUT_DIR}" + ) emake "${MODULES_MAKEARGS[@]}" }
