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 A88F3138359 for ; Thu, 2 Jul 2020 09:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA89AE0867; Thu, 2 Jul 2020 09:52:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9ADC1E0867 for ; Thu, 2 Jul 2020 09:52:20 +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 E528F34EF24 for ; Thu, 2 Jul 2020 09:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4311228F for ; Thu, 2 Jul 2020 09:52:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1593683522.2819a0fecf6cd7538c8f0f47749641abcc0276de.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.1-r1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2819a0fecf6cd7538c8f0f47749641abcc0276de X-VCS-Branch: master Date: Thu, 2 Jul 2020 09:52:15 +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: cb6a44dd-e975-45e7-8804-c2e8c22b64e1 X-Archives-Hash: 0c1529528ae11a27e0521a0b10d2491c commit: 2819a0fecf6cd7538c8f0f47749641abcc0276de Author: David Seifert gentoo org> AuthorDate: Thu Jul 2 09:52:02 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jul 2 09:52:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2819a0fe dev-python/pypy3: Pass CC to build system Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: David Seifert gentoo.org> dev-python/pypy3/pypy3-7.3.1-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy3/pypy3-7.3.1-r1.ebuild b/dev-python/pypy3/pypy3-7.3.1-r1.ebuild index 693635092af..023f8e46c87 100644 --- a/dev-python/pypy3/pypy3-7.3.1-r1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit pax-utils python-any-r1 +inherit pax-utils python-any-r1 toolchain-funcs MY_P=pypy3.6-v${PV/_/} @@ -105,6 +105,10 @@ src_prepare() { eapply_user } +src_configure() { + tc-export CC +} + src_compile() { # copy over to make sys.prefix happy cp -p "${BROOT}"/usr/lib/pypy3.6/pypy3-c-${PV} pypy3-c || die