diff options
author | Sam James <sam@gentoo.org> | 2022-07-28 09:29:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 09:29:54 +0100 |
commit | 5bdb94b8d37bba617eed48dd58b1191499d3f756 (patch) | |
tree | 6dc8826b16dc9952aedb38ca2575ac6969ad802e /media-video | |
parent | app-cdr/cdrdao: drop 1.2.4 (diff) | |
download | gentoo-5bdb94b8d37bba617eed48dd58b1191499d3f756.tar.gz gentoo-5bdb94b8d37bba617eed48dd58b1191499d3f756.tar.bz2 gentoo-5bdb94b8d37bba617eed48dd58b1191499d3f756.zip |
media-video/mpv: add Python 3.11
Closes: https://bugs.gentoo.org/861662
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.34.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.34.1-r1.ebuild b/media-video/mpv/mpv-0.34.1-r1.ebuild index 74d217d95401..54b74ef27af7 100644 --- a/media-video/mpv/mpv-0.34.1-r1.ebuild +++ b/media-video/mpv/mpv-0.34.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..2} luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE='threads(+)' WAF_PV=2.0.22 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6b7b10dfecd8..437d26a77ed4 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..2} luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE='threads(+)' inherit edo flag-o-matic lua-single optfeature meson pax-utils python-single-r1 toolchain-funcs xdg |