diff options
author | Cédric Krier <cedk@gentoo.org> | 2022-01-08 14:21:14 +0100 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2022-01-08 14:31:40 +0100 |
commit | 397e7ec709809c8c930abb396700b44f9161ede1 (patch) | |
tree | 18bf45f70fe6923c19a42fb6fe03cf0c49a6ebab /dev-vcs | |
parent | eclass/mercurial.eclass: add EAPI 8 (diff) | |
download | gentoo-397e7ec709809c8c930abb396700b44f9161ede1.tar.gz gentoo-397e7ec709809c8c930abb396700b44f9161ede1.tar.bz2 gentoo-397e7ec709809c8c930abb396700b44f9161ede1.zip |
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@gentoo.org>
Diffstat (limited to 'dev-vcs')
-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 |