diff options
author | 2018-08-25 19:37:42 +0200 | |
---|---|---|
committer | 2018-08-25 19:37:58 +0200 | |
commit | d8e87b11e45cb097805dc66558598b8aca381d35 (patch) | |
tree | 328be092859bdddbac0a659cc2dda81dcc854df5 /dev-util/lttng-modules/lttng-modules-2.8.0.ebuild | |
parent | dev-util/lttng-tools: Version bump (diff) | |
download | gentoo-d8e87b11e45cb097805dc66558598b8aca381d35.tar.gz gentoo-d8e87b11e45cb097805dc66558598b8aca381d35.tar.bz2 gentoo-d8e87b11e45cb097805dc66558598b8aca381d35.zip |
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
Diffstat (limited to 'dev-util/lttng-modules/lttng-modules-2.8.0.ebuild')
-rw-r--r-- | dev-util/lttng-modules/lttng-modules-2.8.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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}/} |