diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-12 12:14:45 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-12 12:14:45 +0100 |
commit | 855c6c020db55093c4a77b01e7041282d356605e (patch) | |
tree | 7924c1826f573dc3b602c20984e6f20edbb9a51f | |
parent | media-video/vidify-audiosync: disable py3.8, py3.9 (diff) | |
download | gentoo-855c6c020db55093c4a77b01e7041282d356605e.tar.gz gentoo-855c6c020db55093c4a77b01e7041282d356605e.tar.bz2 gentoo-855c6c020db55093c4a77b01e7041282d356605e.zip |
media-video/vidify: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | media-video/vidify/vidify-2.2.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vidify/vidify-2.2.6-r3.ebuild b/media-video/vidify/vidify-2.2.6-r3.ebuild index 12d9013a4115..da35e1a7a978 100644 --- a/media-video/vidify/vidify-2.2.6-r3.ebuild +++ b/media-video/vidify/vidify-2.2.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit xdg distutils-r1 optfeature virtualx |