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 780C01382C5 for ; Fri, 26 Mar 2021 17:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0E17E0848; Fri, 26 Mar 2021 17:51:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ABF43E0848 for ; Fri, 26 Mar 2021 17:51:36 +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 6069F335D68 for ; Fri, 26 Mar 2021 17:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E222C4EE for ; Fri, 26 Mar 2021 17:51:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1616781082.35cba5363289e65fca43c8f34e4d0ef41721200a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.06_rc1.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 35cba5363289e65fca43c8f34e4d0ef41721200a X-VCS-Branch: master Date: Fri, 26 Mar 2021 17:51:33 +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: d55e126d-94cb-49b4-af93-a493bdca8202 X-Archives-Hash: 89b5708ff10136bbaa4dbabf6bc1c87f commit: 35cba5363289e65fca43c8f34e4d0ef41721200a Author: Mike Gilbert gentoo org> AuthorDate: Fri Mar 26 17:51:22 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Mar 26 17:51:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cba536 sys-boot/grub: export BUILD_PKG_CONFIG Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/grub-2.06_rc1.ebuild | 2 +- sys-boot/grub/grub-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild b/sys-boot/grub/grub-2.06_rc1.ebuild index 88a1c7ee41f..2df8d2f447c 100644 --- a/sys-boot/grub/grub-2.06_rc1.ebuild +++ b/sys-boot/grub/grub-2.06_rc1.ebuild @@ -239,7 +239,7 @@ src_configure() { unset LDFLAGS tc-export CC NM OBJCOPY RANLIB STRIP - tc-export BUILD_CC # Bug 485592 + tc-export BUILD_CC BUILD_PKG_CONFIG MULTIBUILD_VARIANTS=() local p diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 2e85d9e0329..dc9469d354a 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -239,7 +239,7 @@ src_configure() { unset LDFLAGS tc-export CC NM OBJCOPY RANLIB STRIP - tc-export BUILD_CC # Bug 485592 + tc-export BUILD_CC BUILD_PKG_CONFIG MULTIBUILD_VARIANTS=() local p