Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/elilo/
Date: Sat, 30 May 2020 09:13:25
Message-Id: 1590829997.a148dc783ade72fb93f1d5021a99de176ebd7502.slyfox@gentoo
1 commit: a148dc783ade72fb93f1d5021a99de176ebd7502
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 09:13:09 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 09:13:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a148dc78
7
8 sys-boot/elilo: respect user's OBJCOPY
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-boot/elilo/elilo-3.16-r3.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-boot/elilo/elilo-3.16-r3.ebuild b/sys-boot/elilo/elilo-3.16-r3.ebuild
17 index de13af20f9a..e9dc2ce50c7 100644
18 --- a/sys-boot/elilo/elilo-3.16-r3.ebuild
19 +++ b/sys-boot/elilo/elilo-3.16-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -66,6 +66,7 @@ src_compile() {
27 AS="$(tc-getAS)" \
28 CC="$(tc-getCC)" \
29 LD="$(tc-getLD)" \
30 + OBJCOPY="$(tc-getOBJCOPY)" \
31 HOSTARCH=${iarch} \
32 ARCH=${iarch} \
33 EFIINC="${SYSROOT}${EPREFIX}/usr/include/efi" \