From ac27e57792ba26e4ff4c924c2202a0b180e7d384 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Krier?= Date: Sun, 26 Jan 2020 10:54:57 +0100 Subject: [PATCH] dev-vcs/mercurial: Make CFLAGS local before modification MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Cédric Krier --- dev-vcs/mercurial/mercurial-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/mercurial/mercurial-5.2.2.ebuild b/dev-vcs/mercurial/mercurial-5.2.2.ebuild index 339f1ec904c2..e189226b04d1 100644 --- a/dev-vcs/mercurial/mercurial-5.2.2.ebuild +++ b/dev-vcs/mercurial/mercurial-5.2.2.ebuild @@ -53,7 +53,7 @@ python_prepare_all() { python_compile() { strip-flags -ftracer -ftree-vectorize - python_is_python3 || append-flags -fno-strict-aliasing + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile build_ext --no-zstd } -- 2.26.2