summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Feldman <NP-Hardass@gentoo.org>2021-08-01 20:58:13 -0400
committerAdam Feldman <NP-Hardass@gentoo.org>2021-08-01 21:38:58 -0400
commit8c8526abb4ea275f2c3b0e1ad50e6de0cb950e76 (patch)
tree6847f51d122c40cd76dc574b59df5ea3faeb3c1e /x11-misc/mozo
parentapp-editors/pluma: Support python 3_9, 3_10 (diff)
downloadgentoo-8c8526abb4ea275f2c3b0e1ad50e6de0cb950e76.tar.gz
gentoo-8c8526abb4ea275f2c3b0e1ad50e6de0cb950e76.tar.bz2
gentoo-8c8526abb4ea275f2c3b0e1ad50e6de0cb950e76.zip
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>
Diffstat (limited to 'x11-misc/mozo')
-rw-r--r--x11-misc/mozo/mozo-1.24.0-r1.ebuild2
-rw-r--r--x11-misc/mozo/mozo-1.24.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
index b47cd465c038..35f56168a3af 100644
--- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit mate python-r1
diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild
index 2b73ccc26492..e7a5de89ae82 100644
--- a/x11-misc/mozo/mozo-1.24.1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.1.ebuild
@@ -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