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 C31C3138359 for ; Sun, 5 Jul 2020 08:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06C6E0830; Sun, 5 Jul 2020 08:24:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C94BBE0830 for ; Sun, 5 Jul 2020 08:24:52 +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 B5E7F34F1B0 for ; Sun, 5 Jul 2020 08:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345822CA for ; Sun, 5 Jul 2020 08:24:48 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593937454.3490f9e410e06c62f18b746cffbdb5d079ee5439.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.20.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3490f9e410e06c62f18b746cffbdb5d079ee5439 X-VCS-Branch: master Date: Sun, 5 Jul 2020 08:24:48 +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: debbc98b-b080-45ac-bd6d-dd2c47a206e9 X-Archives-Hash: d2c5572fee18f95880cd56f9bac7e4aa commit: 3490f9e410e06c62f18b746cffbdb5d079ee5439 Author: Sergey Torokhov yandex ru> AuthorDate: Thu Jun 11 21:49:24 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jul 5 08:24:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3490f9e4 media-gfx/gimp: fix gimp does not respect CC/CC_FOR_BUILD variable This issue was reported for media-gfx/gimp-2.10.18-r1 and proposed patch is applied here for gimp-2.10.20 Closes: https://bugs.gentoo.org/726176 Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/16199 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/gimp/gimp-2.10.20.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.10.20.ebuild b/media-gfx/gimp/gimp-2.10.20.ebuild index 0200a27872c..9b52b5175a3 100644 --- a/media-gfx/gimp/gimp-2.10.20.ebuild +++ b/media-gfx/gimp/gimp-2.10.20.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) GNOME2_EAUTORECONF=yes WANT_AUTOMAKE= -inherit autotools gnome2 python-single-r1 virtualx +inherit autotools gnome2 python-single-r1 toolchain-funcs virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" @@ -107,6 +107,8 @@ src_prepare() { sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144 fgrep -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test + + export CC_FOR_BUILD="$(tc-getBUILD_CC)" } _adjust_sandbox() {