summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-04 19:42:29 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-04 19:43:43 +0100
commit983c760edfc0920f7a3dff0ed6423b367701f127 (patch)
treeb0030c4c6c1d6bda6f5d264f6c01fb639fca687f /dev-vcs
parentdev-python/zope-interface: Remove deprecated python_is_python3 (diff)
downloadgentoo-983c760edfc0920f7a3dff0ed6423b367701f127.tar.gz
gentoo-983c760edfc0920f7a3dff0ed6423b367701f127.tar.bz2
gentoo-983c760edfc0920f7a3dff0ed6423b367701f127.zip
dev-vcs/mercurial: Remove deprecated python_is_python3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/mercurial/mercurial-5.8.1.ebuild1
-rw-r--r--dev-vcs/mercurial/mercurial-5.8.ebuild1
2 files changed, 0 insertions, 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