mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
mpv-plugin/mpv_thumbnail_script: enable py3.14
Closes: https://bugs.gentoo.org/978057 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
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