diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-07-04 14:22:39 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-07-04 14:24:31 +0200 |
commit | 584196ea4ab7bdf65492c8e2212ce0e5b86d3985 (patch) | |
tree | d496c16348da864f6868cc5d716cb303edb36d36 /media-video | |
parent | dev-python/auditok: enable py3.10 (diff) | |
download | guru-584196ea4ab7bdf65492c8e2212ce0e5b86d3985.tar.gz guru-584196ea4ab7bdf65492c8e2212ce0e5b86d3985.tar.bz2 guru-584196ea4ab7bdf65492c8e2212ce0e5b86d3985.zip |
media-video/ffsubsync: enable py3.10
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |