Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/
Date: Tue, 21 Sep 2021 07:03:41
Message-Id: 1632207785.f86de9711113b7996180c9d0261f41c59ea9bcba.juippis@gentoo
1 commit: f86de9711113b7996180c9d0261f41c59ea9bcba
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 06:49:39 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 07:03:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86de971
7
8 dev-vcs/tortoisehg: update EAPI 7 -> 8 on 5.9.1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
16 index 97e0009c544..04d471e7990 100644
17 --- a/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
18 +++ b/dev-vcs/tortoisehg/tortoisehg-5.9.1.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25 +
26 PYTHON_COMPAT=( python3_{8..9} )
27
28 DISTUTILS_USE_SETUPTOOLS=no