diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-09 13:21:16 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-09 13:22:11 -0800 |
commit | abf6a3bfdba03d14e2afd16b2d217614c08fcb00 (patch) | |
tree | 20f73dce977dfdda1c49f7a648ec8cf7273e49c4 /media-libs/mesa/mesa-9999.ebuild | |
parent | dev-python/matplotlib: Remove old (diff) | |
download | gentoo-abf6a3bfdba03d14e2afd16b2d217614c08fcb00.tar.gz gentoo-abf6a3bfdba03d14e2afd16b2d217614c08fcb00.tar.bz2 gentoo-abf6a3bfdba03d14e2afd16b2d217614c08fcb00.zip |
media-libs/mesa: Drop Python 3.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index f3862d26262e..15b5138f55fb 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit llvm meson-multilib python-any-r1 linux-info |