commit: eecf377a3f0863b18a91bb55e29831332776b770 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in> AuthorDate: Sun May 16 12:59:45 2021 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun May 16 14:05:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eecf377a
net-wireless/rtl8821ce: fix CC Closes: https://bugs.gentoo.org/785160 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in> net-wireless/rtl8821ce/rtl8821ce-0_pre20210321.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-wireless/rtl8821ce/rtl8821ce-0_pre20210321.ebuild b/net-wireless/rtl8821ce/rtl8821ce-0_pre20210321.ebuild index e92110226..a1a58b358 100644 --- a/net-wireless/rtl8821ce/rtl8821ce-0_pre20210321.ebuild +++ b/net-wireless/rtl8821ce/rtl8821ce-0_pre20210321.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit linux-mod + +inherit linux-mod toolchain-funcs +BUILD_PARAMS="CC=$(tc-getCC) V=1" COMMIT="897e7c4c15dd5a0a569745dc223d969a26ff5bfc"
