Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gn/
Date: Wed, 03 Nov 2021 17:05:35
Message-Id: 1635959128.5b6f10ec2672172d18f456d8ec5c0f7300845353.floppym@gentoo
1 commit: 5b6f10ec2672172d18f456d8ec5c0f7300845353
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 3 17:04:26 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 3 17:05:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6f10ec
7
8 dev-util/gn: enable py3.10 and disable py3.7
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 dev-util/gn/gn-0.1942.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/gn/gn-0.1942.ebuild b/dev-util/gn/gn-0.1942.ebuild
16 index 0722a1480a0..b98a97029ae 100644
17 --- a/dev-util/gn/gn-0.1942.ebuild
18 +++ b/dev-util/gn/gn-0.1942.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8,9,10} )
25
26 inherit ninja-utils python-any-r1 toolchain-funcs