commit: 62b86372f03cd8a3507417c752f0aa5eaeeae0a8 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Tue Jun 30 14:35:58 2020 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Tue Jun 30 14:38:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b86372
app-laptop/tuxedo-keyboard: fix bug #730212 Closes: https://bugs.gentoo.org/730212 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild index 52e9192e8a9..112e6376ad1 100644 --- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild +++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild @@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_keyboard(tuxedo:${S}:src)" pkg_setup() { linux-mod_pkg_setup - BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1" + BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1" }
