diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-23 12:58:17 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-23 13:14:08 -0400 |
commit | 304cf6bed8cde5a2a39e53f921563eb28c8f5fcf (patch) | |
tree | 7598ef6ffad76427cb036eb34fcaf2616f47a46a /media-video/mpv | |
parent | dev-python/parse_type: enable py3.12 (diff) | |
download | gentoo-304cf6bed8cde5a2a39e53f921563eb28c8f5fcf.tar.gz gentoo-304cf6bed8cde5a2a39e53f921563eb28c8f5fcf.tar.bz2 gentoo-304cf6bed8cde5a2a39e53f921563eb28c8f5fcf.zip |
media-video/mpv: enable py3.12
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.35.1-r1.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.35.1-r1.ebuild b/media-video/mpv/mpv-0.35.1-r1.ebuild index 4ee310fc3829..db20dba448a3 100644 --- a/media-video/mpv/mpv-0.35.1-r1.ebuild +++ b/media-video/mpv/mpv-0.35.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit edo 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 bdc142fe6cd6..2fc084c964c4 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic lua-single meson optfeature pax-utils python-single-r1 xdg if [[ ${PV} == 9999 ]]; then |