diff options
author | 2021-11-05 17:40:35 +0000 | |
---|---|---|
committer | 2021-11-05 17:41:12 +0000 | |
commit | 724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3 (patch) | |
tree | 60ea7c2760a5effa299e1d1415577a93f4b4c67d /media-video/mpv/mpv-0.34.0.ebuild | |
parent | sci-libs/openblas: drop 0.3.17 (diff) | |
download | gentoo-724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3.tar.gz gentoo-724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3.tar.bz2 gentoo-724a8f1f2f2f7c5f793bfbbf1b1882d7e873fdd3.zip |
media-video/mpv: fix libplacebo dependency
Closes: https://bugs.gentoo.org/821901
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-0.34.0.ebuild')
-rw-r--r-- | media-video/mpv/mpv-0.34.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-0.34.0.ebuild b/media-video/mpv/mpv-0.34.0.ebuild index f4b1e5c94280..dd43d1178adb 100644 --- a/media-video/mpv/mpv-0.34.0.ebuild +++ b/media-video/mpv/mpv-0.34.0.ebuild @@ -4,10 +4,10 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' -WAF_PV=2.0.9 +WAF_PV=2.0.22 inherit bash-completion-r1 flag-o-matic lua-single optfeature pax-utils python-r1 toolchain-funcs waf-utils xdg-utils @@ -93,7 +93,7 @@ COMMON_DEPEND=" vaapi? ( x11-libs/libva:=[drm?,X?,wayland?] ) vdpau? ( x11-libs/libvdpau ) vulkan? ( - <media-libs/libplacebo-3.104.0:=[vulkan] + >=media-libs/libplacebo-3.104.0:=[vulkan] media-libs/shaderc ) wayland? ( |