Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/AQtion/
Date: Mon, 23 Sep 2019 20:44:51
Message-Id: 1569271466.99344b4305b897f0ac79176b60b9907281619451.chutzpah@gentoo
1 commit: 99344b4305b897f0ac79176b60b9907281619451
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Mon Sep 23 20:44:26 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 23 20:44:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99344b43
7
8 net-misc/AQtion: Fix build against a non-running kernel
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 net-misc/AQtion/AQtion-2.2.7.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/net-misc/AQtion/AQtion-2.2.7.ebuild b/net-misc/AQtion/AQtion-2.2.7.ebuild
18 index 157bb239def..052ff5de6cb 100644
19 --- a/net-misc/AQtion/AQtion-2.2.7.ebuild
20 +++ b/net-misc/AQtion/AQtion-2.2.7.ebuild
21 @@ -43,7 +43,11 @@ src_prepare() {
22 fi
23 }
24
25 +src_compile() {
26 + KDIR="${KERNEL_DIR}" linux-mod_src_compile
27 +}
28 +
29 src_install() {
30 - linux-mod_src_install
31 + KDIR="${KERNEL_DIR}" linux-mod_src_install
32 dodoc "${DOCS[@]}"
33 }