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 DFE0C138359 for ; Wed, 28 Oct 2020 00:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30006E08F1; Wed, 28 Oct 2020 00:04:08 +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 C4344E08F1 for ; Wed, 28 Oct 2020 00:04:07 +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 5D859340E21 for ; Wed, 28 Oct 2020 00:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B63B53BC for ; Wed, 28 Oct 2020 00:04:04 +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: <1603842884.13fc300f9769f245a1ff935f487ae79a7b4000c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/scdoc/scdoc-1.10.0.ebuild app-text/scdoc/scdoc-1.10.1.ebuild app-text/scdoc/scdoc-1.11.0.ebuild app-text/scdoc/scdoc-1.9.3-r1.ebuild X-VCS-Directories: app-text/scdoc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 13fc300f9769f245a1ff935f487ae79a7b4000c2 X-VCS-Branch: master Date: Wed, 28 Oct 2020 00:04:04 +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: 1a1af215-4a9d-4ba2-89b5-95b9aa08d546 X-Archives-Hash: d0a2b00ed7740182e594857da059e4e2 commit: 13fc300f9769f245a1ff935f487ae79a7b4000c2 Author: Aisha Tammy aisha cc> AuthorDate: Sun Oct 25 19:07:40 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 27 23:54:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fc300f app-text/scdoc: fix CC calls Closes: https://bugs.gentoo.org/718592 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18032 Signed-off-by: Sam James gentoo.org> app-text/scdoc/scdoc-1.10.0.ebuild | 2 +- app-text/scdoc/scdoc-1.10.1.ebuild | 2 +- app-text/scdoc/scdoc-1.11.0.ebuild | 2 +- app-text/scdoc/scdoc-1.9.3-r1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/scdoc/scdoc-1.10.0.ebuild b/app-text/scdoc/scdoc-1.10.0.ebuild index f32f05fc9bf..9460e30e3a9 100644 --- a/app-text/scdoc/scdoc-1.10.0.ebuild +++ b/app-text/scdoc/scdoc-1.10.0.ebuild @@ -35,7 +35,7 @@ src_compile() { CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" mv scdoc hostscdoc || die 'Failed to rename host scdoc' fi - emake LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" } src_install() { diff --git a/app-text/scdoc/scdoc-1.10.1.ebuild b/app-text/scdoc/scdoc-1.10.1.ebuild index 15ecbe1b112..cb634028950 100644 --- a/app-text/scdoc/scdoc-1.10.1.ebuild +++ b/app-text/scdoc/scdoc-1.10.1.ebuild @@ -35,7 +35,7 @@ src_compile() { CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" mv scdoc hostscdoc || die 'Failed to rename host scdoc' fi - emake LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" } src_install() { diff --git a/app-text/scdoc/scdoc-1.11.0.ebuild b/app-text/scdoc/scdoc-1.11.0.ebuild index f32f05fc9bf..9460e30e3a9 100644 --- a/app-text/scdoc/scdoc-1.11.0.ebuild +++ b/app-text/scdoc/scdoc-1.11.0.ebuild @@ -35,7 +35,7 @@ src_compile() { CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" mv scdoc hostscdoc || die 'Failed to rename host scdoc' fi - emake LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" } src_install() { diff --git a/app-text/scdoc/scdoc-1.9.3-r1.ebuild b/app-text/scdoc/scdoc-1.9.3-r1.ebuild index 13560ac4771..88d71fc2d03 100644 --- a/app-text/scdoc/scdoc-1.9.3-r1.ebuild +++ b/app-text/scdoc/scdoc-1.9.3-r1.ebuild @@ -35,7 +35,7 @@ src_compile() { CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" LDFLAGS="${BUILD_LDFLAGS}" mv scdoc hostscdoc || die 'Failed to rename host scdoc' fi - emake LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" } src_install() {