Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupdate/
Date: Sun, 10 Dec 2017 23:34:57
Message-Id: 1512948877.7362619818603b13def2af182bbc06ce1cd16a95.mrueg@gentoo
1 commit: 7362619818603b13def2af182bbc06ce1cd16a95
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 23:34:37 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 23:34:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73626198
7
8 sys-apps/fwupdate: Fix CC
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 sys-apps/fwupdate/fwupdate-9.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-apps/fwupdate/fwupdate-9.ebuild b/sys-apps/fwupdate/fwupdate-9.ebuild
16 index 0a68fa746ce..74e9ccfa61b 100644
17 --- a/sys-apps/fwupdate/fwupdate-9.ebuild
18 +++ b/sys-apps/fwupdate/fwupdate-9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit mount-boot
24 +inherit mount-boot toolchain-funcs
25
26 DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates"
27 HOMEPAGE="https://github.com/rhinstaller/fwupdate"
28 @@ -30,6 +30,7 @@ PATCHES=(
29
30 do_make() {
31 emake \
32 + CC="$(tc-getCC)" \
33 EFIDIR="gentoo" \
34 GNUEFIDIR="/usr/$(get_libdir)" \
35 "${@}"