commit:     7a0eb5cfdc61e517ac28c13cd3832e92b96fd1a3
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 10:24:28 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 11:03:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0eb5cf

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 <AT> gentoo.org>

 dev-vcs/mercurial/mercurial-4.6.2.ebuild    | 2 +-
 dev-vcs/mercurial/mercurial-4.9-r2.ebuild   | 2 +-
 dev-vcs/mercurial/mercurial-4.9.1.ebuild    | 2 +-
 dev-vcs/mercurial/mercurial-5.0.2.ebuild    | 2 +-
 dev-vcs/mercurial/mercurial-5.1.2.ebuild    | 2 +-
 dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-9999.ebuild     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-4.6.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.6.2.ebuild
index 135710a8f27..1c5db61c049 100644
--- a/dev-vcs/mercurial/mercurial-4.6.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.6.2.ebuild
@@ -41,7 +41,7 @@ python_prepare_all() {
 }
 
 python_configure_all() {
-       strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+       filter-flags -ftracer -ftree-vectorize
        # Note: make it impl-conditional if py3 is supported
        append-flags -fno-strict-aliasing
 

diff --git a/dev-vcs/mercurial/mercurial-4.9-r2.ebuild 
b/dev-vcs/mercurial/mercurial-4.9-r2.ebuild
index 25fa556dc7a..a878d8730ad 100644
--- a/dev-vcs/mercurial/mercurial-4.9-r2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.9-r2.ebuild
@@ -49,7 +49,7 @@ python_prepare_all() {
 }
 
 python_configure_all() {
-       strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+       filter-flags -ftracer -ftree-vectorize
        # Note: make it impl-conditional if py3 is supported
        append-flags -fno-strict-aliasing
 

diff --git a/dev-vcs/mercurial/mercurial-4.9.1.ebuild 
b/dev-vcs/mercurial/mercurial-4.9.1.ebuild
index c50921ab4f3..435caf12f6e 100644
--- a/dev-vcs/mercurial/mercurial-4.9.1.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.9.1.ebuild
@@ -49,7 +49,7 @@ python_prepare_all() {
 }
 
 python_configure_all() {
-       strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+       filter-flags -ftracer -ftree-vectorize
        # Note: make it impl-conditional if py3 is supported
        append-flags -fno-strict-aliasing
 

diff --git a/dev-vcs/mercurial/mercurial-5.0.2.ebuild 
b/dev-vcs/mercurial/mercurial-5.0.2.ebuild
index 8e116e66820..117dc6be168 100644
--- a/dev-vcs/mercurial/mercurial-5.0.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.0.2.ebuild
@@ -49,7 +49,7 @@ python_prepare_all() {
 }
 
 python_configure_all() {
-       strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+       filter-flags -ftracer -ftree-vectorize
        # Note: make it impl-conditional if py3 is supported
        append-flags -fno-strict-aliasing
 

diff --git a/dev-vcs/mercurial/mercurial-5.1.2.ebuild 
b/dev-vcs/mercurial/mercurial-5.1.2.ebuild
index 24db3c875e1..88464e06396 100644
--- a/dev-vcs/mercurial/mercurial-5.1.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.1.2.ebuild
@@ -49,7 +49,7 @@ python_prepare_all() {
 }
 
 python_configure_all() {
-       strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
+       filter-flags -ftracer -ftree-vectorize
        # Note: make it impl-conditional if py3 is supported
        append-flags -fno-strict-aliasing
 

diff --git a/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild 
b/dev-vcs/mercurial/mercurial-5.2.2-r1.ebuild
index 5ee7bb5b45f..6cf8acb5c9c 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
 }

diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild 
b/dev-vcs/mercurial/mercurial-9999.ebuild
index 6a75f6d2818..a62bf9062fd 100644
--- a/dev-vcs/mercurial/mercurial-9999.ebuild
+++ b/dev-vcs/mercurial/mercurial-9999.ebuild
@@ -57,7 +57,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
 }

Reply via email to