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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93A02158020 for ; Fri, 2 Dec 2022 15:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD37D2BC011; Fri, 2 Dec 2022 15:18:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1E6E2BC011 for ; Fri, 2 Dec 2022 15:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91FE6340A8E for ; Fri, 2 Dec 2022 15:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8DC6757 for ; Fri, 2 Dec 2022 15:18:25 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1669994298.d34150a8ad5a986519809b2e8e4c15ba04ef9464.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nawk/nawk-20220122-r1.ebuild X-VCS-Directories: sys-apps/nawk/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: d34150a8ad5a986519809b2e8e4c15ba04ef9464 X-VCS-Branch: master Date: Fri, 2 Dec 2022 15:18:25 +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: 956f1f70-e018-424f-a649-0a28a3a631ef X-Archives-Hash: a740abad20446005a9ee1f368b7149f1 commit: d34150a8ad5a986519809b2e8e4c15ba04ef9464 Author: Christoph Junghans gentoo org> AuthorDate: Fri Dec 2 15:17:38 2022 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Dec 2 15:18:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34150a8 sys-apps/nawk: fix CC usage Closes: https://bugs.gentoo.org/243502 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans gentoo.org> sys-apps/nawk/nawk-20220122-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/nawk/nawk-20220122-r1.ebuild b/sys-apps/nawk/nawk-20220122-r1.ebuild index c133bc9a1ac9..34f6cf9af4a1 100644 --- a/sys-apps/nawk/nawk-20220122-r1.ebuild +++ b/sys-apps/nawk/nawk-20220122-r1.ebuild @@ -24,6 +24,7 @@ DOCS=( README.md FIXES ) src_compile() { emake \ CC="$(tc-getCC)" \ + HOSTCC="$(tc-getBUILD_CC)" \ CFLAGS="${CFLAGS}" \ CPPFLAGS=-DHAS_ISBLANK \ ALLOC="${LDFLAGS}" \