Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/sen/
Date: Wed, 20 Oct 2021 19:21:17
Message-Id: 1634757661.4eeb218266b0ec16f713f7a9d5390b64e9c773ac.arthurzam@gentoo
1 commit: 4eeb218266b0ec16f713f7a9d5390b64e9c773ac
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 19:01:01 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 19:21:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeb2182
7
8 app-emulation/sen: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-emulation/sen/sen-0.6.1_p20200905.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/sen/sen-0.6.1_p20200905.ebuild b/app-emulation/sen/sen-0.6.1_p20200905.ebuild
16 index fe1a19b03c8..01c320dce91 100644
17 --- a/app-emulation/sen/sen-0.6.1_p20200905.ebuild
18 +++ b/app-emulation/sen/sen-0.6.1_p20200905.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b"