diff options
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 3 |
1 files changed, 1 insertions, 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 |