From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/AQtion/
Date: Mon, 23 Sep 2019 20:44:46 +0000 (UTC) [thread overview]
Message-ID: <1569271466.99344b4305b897f0ac79176b60b9907281619451.chutzpah@gentoo> (raw)
commit: 99344b4305b897f0ac79176b60b9907281619451
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Sep 23 20:44:26 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 20:44:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99344b43
net-misc/AQtion: Fix build against a non-running kernel
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
net-misc/AQtion/AQtion-2.2.7.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-misc/AQtion/AQtion-2.2.7.ebuild b/net-misc/AQtion/AQtion-2.2.7.ebuild
index 157bb239def..052ff5de6cb 100644
--- a/net-misc/AQtion/AQtion-2.2.7.ebuild
+++ b/net-misc/AQtion/AQtion-2.2.7.ebuild
@@ -43,7 +43,11 @@ src_prepare() {
fi
}
+src_compile() {
+ KDIR="${KERNEL_DIR}" linux-mod_src_compile
+}
+
src_install() {
- linux-mod_src_install
+ KDIR="${KERNEL_DIR}" linux-mod_src_install
dodoc "${DOCS[@]}"
}
next reply other threads:[~2019-09-23 20:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 20:44 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-08 12:18 [gentoo-commits] repo/gentoo:master commit in: net-misc/AQtion/ Mikle Kolyada
2020-01-28 3:06 Patrick McLean
2019-11-04 20:43 Patrick McLean
2019-08-29 4:55 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1569271466.99344b4305b897f0ac79176b60b9907281619451.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox