Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/
Date: Tue, 30 Jun 2020 14:38:36
Message-Id: 1593527884.62b86372f03cd8a3507417c752f0aa5eaeeae0a8.mschiff@gentoo
1 commit: 62b86372f03cd8a3507417c752f0aa5eaeeae0a8
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 14:35:58 2020 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 14:38:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b86372
7
8 app-laptop/tuxedo-keyboard: fix bug #730212
9
10 Closes: https://bugs.gentoo.org/730212
11 Package-Manager: Portage-2.3.99, Repoman-2.3.23
12 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
13
14 app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
18 index 52e9192e8a9..112e6376ad1 100644
19 --- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
20 +++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-2.0.5.ebuild
21 @@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_keyboard(tuxedo:${S}:src)"
22
23 pkg_setup() {
24 linux-mod_pkg_setup
25 - BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
26 + BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
27 }