x11-misc/mozo: Support python 3_9, 3_10

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
This commit is contained in:
Adam Feldman
2021-08-01 20:58:13 -04:00
parent e20e115fdf
commit 8c8526abb4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit mate python-r1

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} )
PYTHON_REQ_USE="xml"
inherit mate python-r1