diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:51 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:40 -0400 |
commit | fae56a630dfa11be77e1c35ab85ed702f14b436a (patch) | |
tree | fb36bd98231a7ff1a6125cdc7a9e2cb7fc7fc2a1 /media-video/mpv/mpv-9999.ebuild | |
parent | media-video/handbrake: add python3_8 target (diff) | |
download | gentoo-fae56a630dfa11be77e1c35ab85ed702f14b436a.tar.gz gentoo-fae56a630dfa11be77e1c35ab85ed702f14b436a.tar.bz2 gentoo-fae56a630dfa11be77e1c35ab85ed702f14b436a.zip |
media-video/mpv: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 3f64e9b8dfd9..085c57e703f8 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE='threads(+)' WAF_PV=2.0.9 |