public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nick Sarnie" <sarnex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vendor-reset/
Date: Mon, 19 Jun 2023 19:34:24 +0000 (UTC)	[thread overview]
Message-ID: <1687203225.429ab1a39726f2465894e31e0eeb3dc2dc372e38.sarnex@gentoo> (raw)

commit:     429ab1a39726f2465894e31e0eeb3dc2dc372e38
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 19:33:45 2023 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 19:33:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429ab1a3

app-emulation/vendor-reset: Fix porting mistakes

Thanks ionen

Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild | 3 ++-
 app-emulation/vendor-reset/vendor-reset-9999.ebuild                 | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild
index 81c03b66a2bf..76b16c2eb09d 100644
--- a/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild
+++ b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild
@@ -27,7 +27,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER"
 
 src_compile() {
-	local modlist=( vendor-reset=extra )
+	local modlist=( vendor-reset )
+	local modargs=( KDIR="${KV_OUT_DIR}" )
 	linux-mod-r1_src_compile
 }
 

diff --git a/app-emulation/vendor-reset/vendor-reset-9999.ebuild b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
index c02b2add3f0b..1249682016dd 100644
--- a/app-emulation/vendor-reset/vendor-reset-9999.ebuild
+++ b/app-emulation/vendor-reset/vendor-reset-9999.ebuild
@@ -26,7 +26,8 @@ RDEPEND="${DEPEND}"
 CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER"
 
 src_compile() {
-	local modlist=( vendor-reset=extra )
+	local modlist=( vendor-reset )
+	local modargs=( KDIR="${KV_OUT_DIR}" )
 	linux-mod-r1_src_compile
 }
 


             reply	other threads:[~2023-06-19 19:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-19 19:34 Nick Sarnie [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-19 19:13 [gentoo-commits] repo/gentoo:master commit in: app-emulation/vendor-reset/ Nick Sarnie
2022-12-06  1:59 Nick Sarnie
2022-09-02 16:42 Nick Sarnie
2022-03-27 14:29 Nick Sarnie
2021-01-23 19:44 Nick Sarnie

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=1687203225.429ab1a39726f2465894e31e0eeb3dc2dc372e38.sarnex@gentoo \
    --to=sarnex@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