Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/rtl8821cu/
Date: Sun, 16 May 2021 14:06:16
Message-Id: 1621173902.578b75bba4e66721df019b340afca7f197aeacf0.cybertailor@gentoo
1 commit: 578b75bba4e66721df019b340afca7f197aeacf0
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Sun May 16 13:01:51 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun May 16 14:05:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=578b75bb
7
8 net-wireless/rtl8821cu: fix CC
9
10 Closes: https://bugs.gentoo.org/785172
11 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
12
13 net-wireless/rtl8821cu/rtl8821cu-0_pre20210327.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20210327.ebuild b/net-wireless/rtl8821cu/rtl8821cu-0_pre20210327.ebuild
17 index fe5774715..9523fd87e 100644
18 --- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20210327.ebuild
19 +++ b/net-wireless/rtl8821cu/rtl8821cu-0_pre20210327.ebuild
20 @@ -2,7 +2,9 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit linux-mod
25 +
26 +inherit linux-mod toolchain-funcs
27 +BUILD_PARAMS="CC=$(tc-getCC) V=1"
28
29 COMMIT="f1bc7e86c4a1c67bee04c361dd978683869d2347"