summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-25 20:54:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-25 21:03:13 +0200
commit05333243bc9357dd6212e95f965eeb11e8b943eb (patch)
tree51923cbf20acf91744ff07acd738bd60a075d809 /media-libs/mlt
parentmedia-gfx/exiv2: Support python3_11, update EAPI 7 -> 8 (diff)
downloadgentoo-05333243bc9357dd6212e95f965eeb11e8b943eb.tar.gz
gentoo-05333243bc9357dd6212e95f965eeb11e8b943eb.tar.bz2
gentoo-05333243bc9357dd6212e95f965eeb11e8b943eb.zip
media-libs/mlt: enable py3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/mlt')
-rw-r--r--media-libs/mlt/mlt-7.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mlt/mlt-7.8.0.ebuild b/media-libs/mlt/mlt-7.8.0.ebuild
index d25a3214c7c1..53b16ea2df51 100644
--- a/media-libs/mlt/mlt-7.8.0.ebuild
+++ b/media-libs/mlt/mlt-7.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-single-r1 cmake
DESCRIPTION="Open source multimedia framework for television broadcasting"