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 E83611382C5 for ; Fri, 30 Apr 2021 01:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5406E0858; Fri, 30 Apr 2021 01:48:56 +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 ADBE2E0858 for ; Fri, 30 Apr 2021 01:48:56 +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 A827F341090 for ; Fri, 30 Apr 2021 01:48:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47E76C3 for ; Fri, 30 Apr 2021 01:48:54 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619747308.48fca8c4d33b4dcd742f2b5e4acbc8b8121c6353.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/fribidi/fribidi-1.0.10.ebuild X-VCS-Directories: dev-libs/fribidi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 48fca8c4d33b4dcd742f2b5e4acbc8b8121c6353 X-VCS-Branch: master Date: Fri, 30 Apr 2021 01:48:54 +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: ec382d45-0c77-44c8-a75c-e0c2adddbb0f X-Archives-Hash: 7ab46bfbe900fe2c1e449d1554926858 commit: 48fca8c4d33b4dcd742f2b5e4acbc8b8121c6353 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Apr 29 14:25:16 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 30 01:48:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fca8c4 dev-libs/fribidi: Set CC_FOR_BUILD. configure can not find a compiler with sys-devel/gcc-config[-native-symlinks] otherwise. Closes: https://bugs.gentoo.org/726180 Closes: https://github.com/gentoo/gentoo/pull/20594 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> Signed-off-by: Matt Turner gentoo.org> dev-libs/fribidi/fribidi-1.0.10.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-libs/fribidi/fribidi-1.0.10.ebuild b/dev-libs/fribidi/fribidi-1.0.10.ebuild index 93619b5401d..e0fa1b58052 100644 --- a/dev-libs/fribidi/fribidi-1.0.10.ebuild +++ b/dev-libs/fribidi/fribidi-1.0.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib-minimal +inherit multilib-minimal toolchain-funcs DESCRIPTION="A free implementation of the unicode bidirectional algorithm" HOMEPAGE="https://fribidi.org/" @@ -21,6 +21,12 @@ BDEPEND=" DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which wasn't disted with EAPI-7 +src_prepare() { + default + + export CC_FOR_BUILD="$(tc-getBUILD_CC)" +} + multilib_src_configure() { local myeconfargs=( --enable-shared