Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Sat, 07 May 2022 07:17:15
Message-Id: 1651907817.161a1bc898709935c140d2052412f38b80871849.sam@gentoo
1 commit: 161a1bc898709935c140d2052412f38b80871849
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 06:32:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 07:16:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161a1bc8
7
8 sys-apps/i2c-tools: enable py3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/i2c-tools/i2c-tools-4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/i2c-tools/i2c-tools-4.3.ebuild b/sys-apps/i2c-tools/i2c-tools-4.3.ebuild
16 index 1b4f3d12d061..585e25ebd95d 100644
17 --- a/sys-apps/i2c-tools/i2c-tools-4.3.ebuild
18 +++ b/sys-apps/i2c-tools/i2c-tools-4.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python{3_8,3_9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 DISTUTILS_OPTIONAL="1"
26
27 inherit distutils-r1 flag-o-matic toolchain-funcs