diff options
author | Cédric Krier <cedk@gentoo.org> | 2020-03-15 11:24:28 +0100 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2020-03-16 12:03:14 +0100 |
commit | 7a0eb5cfdc61e517ac28c13cd3832e92b96fd1a3 (patch) | |
tree | 4d7c82dc80606927414bf4c0d3c369a63abaf437 /dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild | |
parent | dev-vcs/mercurial: Version bumps (diff) | |
download | gentoo-7a0eb5cfdc61e517ac28c13cd3832e92b96fd1a3.tar.gz gentoo-7a0eb5cfdc61e517ac28c13cd3832e92b96fd1a3.tar.bz2 gentoo-7a0eb5cfdc61e517ac28c13cd3832e92b96fd1a3.zip |
dev-vcs/mercurial: Use filter-flags instead of strip-flags
Closes: https://bugs.gentoo.org/712594
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild')
-rw-r--r-- | dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild b/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild index 5ee7bb5b45f8..6cf8acb5c9cc 100644 --- a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild @@ -55,7 +55,7 @@ python_prepare_all() { } python_compile() { - strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594 + filter-flags -ftracer -ftree-vectorize python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile build_ext --no-zstd } |