Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/tuxedo-cc-wmi/
Date: Tue, 30 Jun 2020 14:38:36
Message-Id: 1593527887.edd3344582c85ab8d5c5224b6b7b65256ea6f7b2.mschiff@gentoo
1 commit: edd3344582c85ab8d5c5224b6b7b65256ea6f7b2
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 14:37:31 2020 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 14:38:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd33445
7
8 sys-power/tuxedo-cc-wmi: fix bug #730208
9
10 Closes: https://bugs.gentoo.org/730208
11 Package-Manager: Portage-2.3.99, Repoman-2.3.23
12 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
13
14 sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
18 index 990f9c91e1e..3810dcdaae3 100644
19 --- a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
20 +++ b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
21 @@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_cc_wmi(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 }