From d8e87b11e45cb097805dc66558598b8aca381d35 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Sat, 25 Aug 2018 19:37:42 +0200 Subject: dev-util/lttng-modules: Version bump - EAPI-7 versionator.class replacement Closes: https://bugs.gentoo.org/515302 Closes: https://bugs.gentoo.org/663822 Package-Manager: Portage-2.3.45, Repoman-2.3.10 --- dev-util/lttng-modules/lttng-modules-2.8.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-util/lttng-modules/lttng-modules-2.8.0.ebuild') diff --git a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild b/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild index d7f32b7b99d1..33312ef7bf42 100644 --- a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -33,6 +33,10 @@ pkg_pretend() { fi } +src_compile() { + BUILD_FIXES="KERNELDIR=$KERNEL_DIR" linux-mod_src_compile +} + src_install() { for i in $(find "${S}" -name "*.ko" -print); do local val=${i##${S}/} -- cgit v1.2.3-18-g5258