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 5140D1382C5 for ; Sun, 25 Apr 2021 15:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C46BE084E; Sun, 25 Apr 2021 15:55:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 86A82E084E for ; Sun, 25 Apr 2021 15:55:10 +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 B4ECC335D4C for ; Sun, 25 Apr 2021 15:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EC064C3 for ; Sun, 25 Apr 2021 15:55:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619366083.2a894e9a3ce5a8c9140d72b56dc8b13380618ae7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wiggle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/wiggle/wiggle-1.0.ebuild X-VCS-Directories: dev-util/wiggle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a894e9a3ce5a8c9140d72b56dc8b13380618ae7 X-VCS-Branch: master Date: Sun, 25 Apr 2021 15:55:08 +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: 07787c87-275d-4c6a-82f6-0d1571c462a5 X-Archives-Hash: 481a9e47f5a04ea27b8a12b8d4010f73 commit: 2a894e9a3ce5a8c9140d72b56dc8b13380618ae7 Author: Sam James gentoo org> AuthorDate: Sun Apr 25 15:54:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 25 15:54:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a894e9a dev-util/wiggle: add PKG_CONFIG export Signed-off-by: Sam James gentoo.org> dev-util/wiggle/wiggle-1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild index 670adede2e0..371ab4e892f 100644 --- a/dev-util/wiggle/wiggle-1.0.ebuild +++ b/dev-util/wiggle/wiggle-1.0.ebuild @@ -50,6 +50,8 @@ src_prepare() { } src_compile() { + tc-export PKG_CONFIG + emake CC="$(tc-getCC)" ${PN} }