Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
Date: Mon, 04 Jul 2022 12:59:10
Message-Id: 1656937471.584196ea4ab7bdf65492c8e2212ce0e5b86d3985.tastytea@gentoo
1 commit: 584196ea4ab7bdf65492c8e2212ce0e5b86d3985
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Jul 4 12:22:39 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Jul 4 12:24:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584196ea
7
8 media-video/ffsubsync: enable py3.10
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
16 index ece7c5452..53d3c9b10 100644
17 --- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
18 +++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1