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 454C81382C5 for ; Sat, 30 May 2020 09:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 720D6E0898; Sat, 30 May 2020 09:13:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B925E0898 for ; Sat, 30 May 2020 09:13:24 +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 07B3934EBB6 for ; Sat, 30 May 2020 09:13:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0A3D26A for ; Sat, 30 May 2020 09:13:20 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1590829997.a148dc783ade72fb93f1d5021a99de176ebd7502.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/elilo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/elilo/elilo-3.16-r3.ebuild X-VCS-Directories: sys-boot/elilo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a148dc783ade72fb93f1d5021a99de176ebd7502 X-VCS-Branch: master Date: Sat, 30 May 2020 09:13:20 +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: 02727194-dc9a-486c-ac21-8f3d209c2a42 X-Archives-Hash: 169f8cab52a40175e234de11086df6a4 commit: a148dc783ade72fb93f1d5021a99de176ebd7502 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 30 09:13:09 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 30 09:13:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a148dc78 sys-boot/elilo: respect user's OBJCOPY Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> sys-boot/elilo/elilo-3.16-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/elilo/elilo-3.16-r3.ebuild b/sys-boot/elilo/elilo-3.16-r3.ebuild index de13af20f9a..e9dc2ce50c7 100644 --- a/sys-boot/elilo/elilo-3.16-r3.ebuild +++ b/sys-boot/elilo/elilo-3.16-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,7 @@ src_compile() { AS="$(tc-getAS)" \ CC="$(tc-getCC)" \ LD="$(tc-getLD)" \ + OBJCOPY="$(tc-getOBJCOPY)" \ HOSTARCH=${iarch} \ ARCH=${iarch} \ EFIINC="${SYSROOT}${EPREFIX}/usr/include/efi" \