commit: 983c760edfc0920f7a3dff0ed6423b367701f127
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 18:42:29 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 18:43:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c760e
dev-vcs/mercurial: Remove deprecated python_is_python3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/mercurial/mercurial-5.8.1.ebuild | 1 -
dev-vcs/mercurial/mercurial-5.8.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-vcs/mercurial/mercurial-5.8.1.ebuild
b/dev-vcs/mercurial/mercurial-5.8.1.ebuild
index 001bdb53dcb0..2cbe5612e12b 100644
--- a/dev-vcs/mercurial/mercurial-5.8.1.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.8.1.ebuild
@@ -188,7 +188,6 @@ src_compile() {
python_compile() {
filter-flags -ftracer -ftree-vectorize
- python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
if use rust; then
local -x HGWITHRUSTEXT="cpython"
fi
diff --git a/dev-vcs/mercurial/mercurial-5.8.ebuild
b/dev-vcs/mercurial/mercurial-5.8.ebuild
index baafc45334e3..0da9a6dd131a 100644
--- a/dev-vcs/mercurial/mercurial-5.8.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.8.ebuild
@@ -190,7 +190,6 @@ src_compile() {
python_compile() {
filter-flags -ftracer -ftree-vectorize
- python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
if use rust; then
local -x HGWITHRUSTEXT="cpython"
fi