commit: 6aaccc21a391632356e8916cd9b4a9080c3594b9 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Jun 8 20:22:34 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Jun 8 20:24:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aaccc21
media-video/vidify: pep517, enable py3.11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../vidify/{vidify-2.2.6-r2.ebuild => vidify-2.2.6-r3.ebuild} | 6 +++--- 1 file 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 similarity index 95% rename from media-video/vidify/vidify-2.2.6-r2.ebuild rename to 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"