diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 05:06:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 05:06:57 +0100 |
commit | ee2513dbc987cd121bdd22cff46d1497dfcb6d76 (patch) | |
tree | b85966b3377b693434de9cf5f11caa76d69f8e2a /media-video | |
parent | net-fs/btfs: add 2.24 (diff) | |
download | gentoo-ee2513dbc987cd121bdd22cff46d1497dfcb6d76.tar.gz gentoo-ee2513dbc987cd121bdd22cff46d1497dfcb6d76.tar.bz2 gentoo-ee2513dbc987cd121bdd22cff46d1497dfcb6d76.zip |
media-video/ffmpeg2theora: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 6 |
1 files 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 } |