diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-08 22:22:34 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-08 22:24:10 +0200 |
commit | 6aaccc21a391632356e8916cd9b4a9080c3594b9 (patch) | |
tree | e79addb5c43935f6bdfc1496afb11c78cdcfc00e /media-video | |
parent | sci-visualization/scidavis: enable py3.11 (diff) | |
download | gentoo-6aaccc21a391632356e8916cd9b4a9080c3594b9.tar.gz gentoo-6aaccc21a391632356e8916cd9b4a9080c3594b9.tar.bz2 gentoo-6aaccc21a391632356e8916cd9b4a9080c3594b9.zip |
media-video/vidify: pep517, enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vidify/vidify-2.2.6-r3.ebuild (renamed from media-video/vidify/vidify-2.2.6-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vidify/vidify-2.2.6-r2.ebuild b/media-video/vidify/vidify-2.2.6-r3.ebuild index fe640744473d..20e8ba49398e 100644 --- a/media-video/vidify/vidify-2.2.6-r2.ebuild +++ b/media-video/vidify/vidify-2.2.6-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) - +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools inherit xdg distutils-r1 optfeature virtualx DESCRIPTION="Watch music videos in real time for the songs playing on your device" |