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 2D08315808B for ; Thu, 31 Mar 2022 13:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B11FAE0848; Thu, 31 Mar 2022 13:27:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF48BE0830 for ; Thu, 31 Mar 2022 13:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8272434178A for ; Thu, 31 Mar 2022 13:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11D5A250 for ; Thu, 31 Mar 2022 13:27:36 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1648733254.0ba2f4a40d8556ca46daef1633a7fb8f56bf7634.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/otf2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/otf2/otf2-2.3-r1.ebuild X-VCS-Directories: sys-cluster/otf2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0ba2f4a40d8556ca46daef1633a7fb8f56bf7634 X-VCS-Branch: dev Date: Thu, 31 Mar 2022 13:27:36 +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: dec881a4-7ce5-4afa-a93f-9de8b8e93807 X-Archives-Hash: 4da2c00bcd35968f6571957db0d40538 commit: 0ba2f4a40d8556ca46daef1633a7fb8f56bf7634 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 31 13:02:53 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Mar 31 13:27:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba2f4a4 sys-cluster/otf2: export CC Closes: https://bugs.gentoo.org/804540 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/otf2/otf2-2.3-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-cluster/otf2/otf2-2.3-r1.ebuild b/sys-cluster/otf2/otf2-2.3-r1.ebuild index bfe7036fa..c32248bad 100644 --- a/sys-cluster/otf2/otf2-2.3-r1.ebuild +++ b/sys-cluster/otf2/otf2-2.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( pypy3 python3_{8..10} ) -inherit python-single-r1 +inherit python-single-r1 toolchain-funcs DESCRIPTION="highly scalable, memory efficient event trace data format" HOMEPAGE="https://www.vi-hps.org/projects/score-p" @@ -29,6 +29,8 @@ RESTRICT="test" #tests are failing REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_configure() { + tc-export CC + local myconf=( --disable-platform-mic --disable-static