commit: ee2513dbc987cd121bdd22cff46d1497dfcb6d76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 04:06:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 04:06:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2513db
media-video/ffmpeg2theora: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
index 20f04265bb9f..e7e7a2bd9320 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1 scons-utils
DESCRIPTION="A simple converter to create Ogg Theora files"
@@ -22,8 +22,7 @@ RDEPEND="
>=media-libs/libtheora-1.1[encode]
kate? ( >=media-libs/libkate-0.3.7 )"
DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PN}-0.29-swr.patch
@@ -32,6 +31,7 @@ PATCHES=(
src_prepare() {
default
+
2to3 -n -w --no-diffs SConstruct || die
}