commit:     397e7ec709809c8c930abb396700b44f9161ede1
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 13:21:14 2022 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 13:31:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e7ec7

dev-vcs/mercurial: use EAPI 8 for live ebuild

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 dev-vcs/mercurial/mercurial-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild 
b/dev-vcs/mercurial/mercurial-9999.ebuild
index d60f93143ed4..beb799473303 100644
--- a/dev-vcs/mercurial/mercurial-9999.ebuild
+++ b/dev-vcs/mercurial/mercurial-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="threads(+)"
@@ -66,7 +66,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

Reply via email to