From: Cédric Krier Date: Sun, 26 Jan 2020 09:54:57 +0000 (+0100) Subject: dev-vcs/mercurial: Make CFLAGS local before modification X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac27e57792ba26e4ff4c924c2202a0b180e7d384;p=gentoo.git dev-vcs/mercurial: Make CFLAGS local before modification Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Cédric Krier --- 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 }