aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2023-02-27 16:12:28 +0100
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2023-02-27 16:15:24 +0100
commite7a01b6439c4d2e8ec4c7db0f19b414301e41207 (patch)
tree1739ee5ac8e7b0a5eb1d5bfd82e63a3fffe435a7
parentmpv-plugin/mpv_thumbnail_script: enable py3.11 (diff)
downloadguru-e7a01b64.tar.gz
guru-e7a01b64.tar.bz2
guru-e7a01b64.zip
media-video/ffsubsync: enable py3.11
Closes: https://bugs.gentoo.org/897646 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
-rw-r--r--media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild2
-rw-r--r--media-video/ffsubsync/ffsubsync-0.4.22.ebuild2
-rw-r--r--media-video/ffsubsync/ffsubsync-0.4.23.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
index 53d3c9b106..93625aaebe 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..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
diff --git a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
index 736a3085e1..6aa3e5cd18 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
diff --git a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
index 736a3085e1..6aa3e5cd18 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1