commit:     abf25296b80f0da2f585bc311bebb7d242574678
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 11:36:58 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 11:36:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf25296

media-video/vidify: enable python3.10

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-video/vidify/vidify-2.2.6.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-video/vidify/vidify-2.2.6.ebuild 
b/media-video/vidify/vidify-2.2.6.ebuild
index d80a08f9793..94b2caead30 100644
--- a/media-video/vidify/vidify-2.2.6.ebuild
+++ b/media-video/vidify/vidify-2.2.6.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit xdg distutils-r1 optfeature virtualx
 
@@ -68,7 +66,7 @@ pkg_postinst() {
        xdg_pkg_postinst
 
        elog "If video playback is not working please check 'vidify --debug' 
for missing-codec-errors"
-       elof "and recompile media-video/vlc or media-video/mpv with the missing 
codecs"
+       elog "and recompile media-video/vlc or media-video/mpv with the missing 
codecs"
 
        optfeature "using an MPRIS(D-Bus) audio player (e.g spotify)" 
dev-python/pydbus
        optfeature "using the Spotify Web API as audio player" dev-python/tekore

Reply via email to