mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
mpv-plugin/mpv_thumbnail_script: enable py3.12
Closes: https://bugs.gentoo.org/931463 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
parent
8491d71b73
commit
1ff2ed47cf
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="lua"
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
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_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit mpv-plugin python-any-r1
|
||||
|
||||
DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
|
||||
|
Loading…
x
Reference in New Issue
Block a user