diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-10 00:06:42 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-10 00:07:43 -0400 |
commit | ad33cb4eb3dbff18c1aa954ae5f6bcd6684243db (patch) | |
tree | a477b5ab9ac53043cc1937b26d375726305a9a1e /media-video | |
parent | app-misc/ranger: enable py3.13 in live (diff) | |
download | gentoo-ad33cb4eb3dbff18c1aa954ae5f6bcd6684243db.tar.gz gentoo-ad33cb4eb3dbff18c1aa954ae5f6bcd6684243db.tar.bz2 gentoo-ad33cb4eb3dbff18c1aa954ae5f6bcd6684243db.zip |
media-video/mpv: enable py3.13
umpv seems fine at a glance, not that messed with it much
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.38.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.38.0.ebuild b/media-video/mpv/mpv-0.38.0.ebuild index 1ec8efe52cec..bc585e8fdb66 100644 --- a/media-video/mpv/mpv-0.38.0.ebuild +++ b/media-video/mpv/mpv-0.38.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic lua-single meson optfeature pax-utils python-single-r1 xdg if [[ ${PV} == 9999 ]]; then diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a79aeac37bd3..43d88a932570 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic lua-single meson optfeature pax-utils python-single-r1 xdg if [[ ${PV} == 9999 ]]; then |