commit: 584196ea4ab7bdf65492c8e2212ce0e5b86d3985 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Mon Jul 4 12:22:39 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jul 4 12:24:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584196ea
media-video/ffsubsync: enable py3.10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild index ece7c5452..53d3c9b10 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1