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 52F431382C5 for ; Sat, 23 May 2020 00:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB34E08A6; Sat, 23 May 2020 00:38:18 +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 0CDBBE08A6 for ; Sat, 23 May 2020 00:38:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 698A334EC46 for ; Sat, 23 May 2020 00:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982F8257 for ; Sat, 23 May 2020 00:38:14 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1590194251.e39ae99eb0fae30e6014a2804a089e20b41baccd.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kbuild/kbuild-0.1.9998.3149.ebuild X-VCS-Directories: dev-util/kbuild/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e39ae99eb0fae30e6014a2804a089e20b41baccd X-VCS-Branch: master Date: Sat, 23 May 2020 00:38:14 +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: 7d0f8b34-2efb-46f8-bece-967932ba2315 X-Archives-Hash: d33de1386b5a2ac5ced5b51973633e4e commit: e39ae99eb0fae30e6014a2804a089e20b41baccd Author: Mike Frysinger chromium org> AuthorDate: Sat May 23 00:37:31 2020 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat May 23 00:37:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39ae99e dev-util/kbuild: fix pkg-config handling Signed-off-by: Mike Frysinger gentoo.org> dev-util/kbuild/kbuild-0.1.9998.3149.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kbuild/kbuild-0.1.9998.3149.ebuild b/dev-util/kbuild/kbuild-0.1.9998.3149.ebuild index 157a774ff86..a3c63589918 100644 --- a/dev-util/kbuild/kbuild-0.1.9998.3149.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998.3149.ebuild @@ -59,7 +59,7 @@ src_prepare() { sed -e "s@_LDFLAGS\.$(tc-arch)*.*=@& ${LDFLAGS}@g" \ -i "${S}"/Config.kmk || die #332225 - tc-export CC RANLIB #AR does not work here + tc-export CC PKG_CONFIG RANLIB #AR does not work here } src_compile() {