diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 10:39:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 06:17:49 +0100 |
commit | 5f7e22afea175129bd6bade6fe282487436db1a6 (patch) | |
tree | c0fc470b3f08d59256dd1c90839e267e4adf4da6 /media-video | |
parent | media-libs/libopenshot: add python 3.10 (diff) | |
download | gentoo-5f7e22afea175129bd6bade6fe282487436db1a6.tar.gz gentoo-5f7e22afea175129bd6bade6fe282487436db1a6.tar.bz2 gentoo-5f7e22afea175129bd6bade6fe282487436db1a6.zip |
media-video/openshot: add python 3.10
Closes: https://bugs.gentoo.org/829419
Closes: https://github.com/gentoo/gentoo/pull/23359
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/openshot/openshot-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/openshot/openshot-2.6.1.ebuild b/media-video/openshot/openshot-2.6.1.ebuild index 10693ece187b..9f3f72b6c439 100644 --- a/media-video/openshot/openshot-2.6.1.ebuild +++ b/media-video/openshot/openshot-2.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE=xml DISTUTILS_SINGLE_IMPL=1 |