diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-20 13:36:58 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-20 13:36:58 +0200 |
commit | abf25296b80f0da2f585bc311bebb7d242574678 (patch) | |
tree | ea2be2f8a2e5766d8f9741e43253edbb2b5eddca /media-video/vidify | |
parent | dev-python/qdarkstyle: enable python3.10 (diff) | |
download | gentoo-abf25296b80f0da2f585bc311bebb7d242574678.tar.gz gentoo-abf25296b80f0da2f585bc311bebb7d242574678.tar.bz2 gentoo-abf25296b80f0da2f585bc311bebb7d242574678.zip |
media-video/vidify: enable python3.10
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video/vidify')
-rw-r--r-- | media-video/vidify/vidify-2.2.6.ebuild | 6 |
1 files 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 d80a08f97932..94b2caead30c 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 |