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 A9EAD13835C for ; Sat, 29 May 2021 19:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC001E07FE; Sat, 29 May 2021 19:03:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A5ED9E07FA for ; Sat, 29 May 2021 19:03:33 +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 4CF85340F58 for ; Sat, 29 May 2021 19:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA32A79C for ; Sat, 29 May 2021 19:03:30 +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: <1622314927.b3a1d83453020ace186fa0c4e785383d1c92f9cb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/brial/brial-1.2.10.ebuild X-VCS-Directories: sci-libs/brial/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b3a1d83453020ace186fa0c4e785383d1c92f9cb X-VCS-Branch: master Date: Sat, 29 May 2021 19:03:30 +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: bf141dce-9082-4b0e-8554-7b2498ff2962 X-Archives-Hash: 1edce899ca3594b1cc8e1cc923c58ddf commit: b3a1d83453020ace186fa0c4e785383d1c92f9cb Author: Sam James gentoo org> AuthorDate: Sat May 29 19:02:07 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 29 19:02:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a1d834 sci-libs/brial: perform tc-export in src_configure Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> sci-libs/brial/brial-1.2.10.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-libs/brial/brial-1.2.10.ebuild b/sci-libs/brial/brial-1.2.10.ebuild index 7b2dfededba..704853e303a 100644 --- a/sci-libs/brial/brial-1.2.10.ebuild +++ b/sci-libs/brial/brial-1.2.10.ebuild @@ -20,11 +20,9 @@ DEPEND="dev-libs/boost sci-libs/m4ri[png=]" RDEPEND="${DEPEND}" -pkg_setup() { +src_configure() { tc-export PKG_CONFIG -} -src_configure() { # with-boost-libdir added to deal with some rather quirky setups # see https://github.com/cschwan/sage-on-gentoo/issues/551 econf \