Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/
Date: Fri, 23 Apr 2021 18:58:05
Message-Id: 1619203190.f12cc86adbbe773bbfded87a4d61ae5262ec1092.tastytea@gentoo
1 commit: f12cc86adbbe773bbfded87a4d61ae5262ec1092
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Apr 23 18:39:50 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Apr 23 18:39:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12cc86a
7
8 media-gfx/glimpse: Set compiler explicitly.
9
10 The AX_PROG_CC_FOR_BUILD macro doesn't detect tuple-prefixed compilers
11 automatically.
12
13 Closes: https://bugs.gentoo.org/784968
14 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
15
16 media-gfx/glimpse/glimpse-0.2.0.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild
20 index ca55db498..b20d0e5ac 100644
21 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild
22 +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild
23 @@ -7,7 +7,7 @@ EAPI=7
24 GNOME2_EAUTORECONF=yes
25 WANT_AUTOMAKE=
26
27 -inherit autotools gnome2 virtualx
28 +inherit autotools gnome2 toolchain-funcs virtualx
29
30 DESCRIPTION="Image editor based on the GNU Image Manipulation Program"
31 HOMEPAGE="https://glimpse-editor.org/"
32 @@ -120,6 +120,7 @@ src_prepare() {
33 -i configure || die # bug #615144
34 fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test
35
36 + export CC_FOR_BUILD="$(tc-getBUILD_CC)"
37 }
38
39 _adjust_sandbox() {