From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6ED8B13835A for ; Tue, 30 Jun 2020 14:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 733B7E09D0; Tue, 30 Jun 2020 14:38:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5999EE09D0 for ; Tue, 30 Jun 2020 14:38:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D78C234F0A5 for ; Tue, 30 Jun 2020 14:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1652292 for ; Tue, 30 Jun 2020 14:38:30 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1593527887.edd3344582c85ab8d5c5224b6b7b65256ea6f7b2.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/tuxedo-cc-wmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild X-VCS-Directories: sys-power/tuxedo-cc-wmi/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: edd3344582c85ab8d5c5224b6b7b65256ea6f7b2 X-VCS-Branch: master Date: Tue, 30 Jun 2020 14:38:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b07b7525-1f0a-449c-875a-51c1796555a3 X-Archives-Hash: b1984fa2203eafcfcc96309ab2987af4 commit: edd3344582c85ab8d5c5224b6b7b65256ea6f7b2 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Jun 30 14:37:31 2020 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Jun 30 14:38:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd33445 sys-power/tuxedo-cc-wmi: fix bug #730208 Closes: https://bugs.gentoo.org/730208 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer gentoo.org> sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 990f9c91e1e..3810dcdaae3 100644 --- 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 @@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_cc_wmi(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" }