commit: e7a01b6439c4d2e8ec4c7db0f19b414301e41207 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Mon Feb 27 15:12:28 2023 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> CommitDate: Mon Feb 27 15:15:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7a01b64
media-video/ffsubsync: enable py3.11 Closes: https://bugs.gentoo.org/897646 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +- media-video/ffsubsync/ffsubsync-0.4.22.ebuild | 2 +- media-video/ffsubsync/ffsubsync-0.4.23.ebuild | 2 +- 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 53d3c9b10..93625aaeb 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 736a3085e..6aa3e5cd1 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 736a3085e..6aa3e5cd1 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
