Gentoo Archives: gentoo-commits

From: "Cédric Krier" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/
Date: Sat, 08 Jan 2022 13:31:50
Message-Id: 1641648700.397e7ec709809c8c930abb396700b44f9161ede1.cedk@gentoo
1 commit: 397e7ec709809c8c930abb396700b44f9161ede1
2 Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 13:21:14 2022 +0000
4 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 13:31:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e7ec7
7
8 dev-vcs/mercurial: use EAPI 8 for live ebuild
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
12
13 dev-vcs/mercurial/mercurial-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild
17 index d60f93143ed4..beb799473303 100644
18 --- a/dev-vcs/mercurial/mercurial-9999.ebuild
19 +++ b/dev-vcs/mercurial/mercurial-9999.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 PYTHON_COMPAT=( python3_{7..10} )
28 PYTHON_REQ_USE="threads(+)"
29 @@ -66,7 +66,6 @@ src_compile() {
30
31 python_compile() {
32 filter-flags -ftracer -ftree-vectorize
33 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
34 if use rust; then
35 local -x HGWITHRUSTEXT="cpython"
36 fi