mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
mpv-plugin/mpv_thumbnail_script: enable py3.11
Closes: https://bugs.gentoo.org/897632 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit mpv-plugin python-any-r1
|
||||
|
||||
DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit mpv-plugin python-any-r1
|
||||
|
||||
DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
|
||||
|
||||
Reference in New Issue
Block a user