diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:28:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:01 -0400 |
commit | 0b73379e40d9f0bd3e36177bc3486b823dd66a9f (patch) | |
tree | dd648b92821134f237f6f3b5aa75d3d487d4fe79 /media-video | |
parent | media-sound/sound-juicer: Add Python 3.11 compatibility (diff) | |
download | gentoo-0b73379e40d9f0bd3e36177bc3486b823dd66a9f.tar.gz gentoo-0b73379e40d9f0bd3e36177bc3486b823dd66a9f.tar.bz2 gentoo-0b73379e40d9f0bd3e36177bc3486b823dd66a9f.zip |
media-video/pitivi: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pitivi/pitivi-2022.06.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/pitivi/pitivi-2022.06.ebuild b/media-video/pitivi/pitivi-2022.06.ebuild index d5b83e96aa92..8574db5adda4 100644 --- a/media-video/pitivi/pitivi-2022.06.ebuild +++ b/media-video/pitivi/pitivi-2022.06.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_{8..11} ) PYTHON_REQ_USE="sqlite" inherit gnome.org meson python-single-r1 xdg |