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 9D5B51382C5 for ; Fri, 23 Apr 2021 18:58:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC5F4E083B; Fri, 23 Apr 2021 18:58:04 +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 9FFEBE083B for ; Fri, 23 Apr 2021 18:58:04 +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 3CABF341412 for ; Fri, 23 Apr 2021 18:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2CA359C for ; Fri, 23 Apr 2021 18:58:01 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1619203190.f12cc86adbbe773bbfded87a4d61ae5262ec1092.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/glimpse/glimpse-0.2.0.ebuild X-VCS-Directories: media-gfx/glimpse/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: f12cc86adbbe773bbfded87a4d61ae5262ec1092 X-VCS-Branch: dev Date: Fri, 23 Apr 2021 18:58:01 +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: 90c305c9-cf5a-450f-b658-4f5caa92e666 X-Archives-Hash: 91438feede2add10ca1ffe9f63a3327c commit: f12cc86adbbe773bbfded87a4d61ae5262ec1092 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Apr 23 18:39:50 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Apr 23 18:39:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12cc86a media-gfx/glimpse: Set compiler explicitly. The AX_PROG_CC_FOR_BUILD macro doesn't detect tuple-prefixed compilers automatically. Closes: https://bugs.gentoo.org/784968 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-gfx/glimpse/glimpse-0.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index ca55db498..b20d0e5ac 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -7,7 +7,7 @@ EAPI=7 GNOME2_EAUTORECONF=yes WANT_AUTOMAKE= -inherit autotools gnome2 virtualx +inherit autotools gnome2 toolchain-funcs virtualx DESCRIPTION="Image editor based on the GNU Image Manipulation Program" HOMEPAGE="https://glimpse-editor.org/" @@ -120,6 +120,7 @@ src_prepare() { -i configure || die # bug #615144 fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test + export CC_FOR_BUILD="$(tc-getBUILD_CC)" } _adjust_sandbox() {