Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/
Date: Fri, 04 Feb 2022 18:45:35
Message-Id: 1644000223.983c760edfc0920f7a3dff0ed6423b367701f127.mgorny@gentoo
1 commit: 983c760edfc0920f7a3dff0ed6423b367701f127
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:42:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:43:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c760e
7
8 dev-vcs/mercurial: Remove deprecated python_is_python3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-vcs/mercurial/mercurial-5.8.1.ebuild | 1 -
13 dev-vcs/mercurial/mercurial-5.8.ebuild | 1 -
14 2 files changed, 2 deletions(-)
15
16 diff --git a/dev-vcs/mercurial/mercurial-5.8.1.ebuild b/dev-vcs/mercurial/mercurial-5.8.1.ebuild
17 index 001bdb53dcb0..2cbe5612e12b 100644
18 --- a/dev-vcs/mercurial/mercurial-5.8.1.ebuild
19 +++ b/dev-vcs/mercurial/mercurial-5.8.1.ebuild
20 @@ -188,7 +188,6 @@ src_compile() {
21
22 python_compile() {
23 filter-flags -ftracer -ftree-vectorize
24 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
25 if use rust; then
26 local -x HGWITHRUSTEXT="cpython"
27 fi
28
29 diff --git a/dev-vcs/mercurial/mercurial-5.8.ebuild b/dev-vcs/mercurial/mercurial-5.8.ebuild
30 index baafc45334e3..0da9a6dd131a 100644
31 --- a/dev-vcs/mercurial/mercurial-5.8.ebuild
32 +++ b/dev-vcs/mercurial/mercurial-5.8.ebuild
33 @@ -190,7 +190,6 @@ src_compile() {
34
35 python_compile() {
36 filter-flags -ftracer -ftree-vectorize
37 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
38 if use rust; then
39 local -x HGWITHRUSTEXT="cpython"
40 fi