summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-01 22:08:32 +0000
committerSam James <sam@gentoo.org>2024-03-01 22:08:32 +0000
commit414bbb2c32bc81e41ed3f7cb96789859bdce7302 (patch)
tree2258e49cbedc6ac4cc487607be2cf7ddbb7dcb3e
parentdev-libs/efl: disable py3.9 (diff)
downloadgentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.tar.gz
gentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.tar.bz2
gentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.zip
x11-wm/mutter: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-wm/mutter/mutter-44.3.ebuild2
-rw-r--r--x11-wm/mutter/mutter-44.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/mutter-44.3.ebuild b/x11-wm/mutter/mutter-44.3.ebuild
index cd00690a208a..75aed72ffc98 100644
--- a/x11-wm/mutter/mutter-44.3.ebuild
+++ b/x11-wm/mutter/mutter-44.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
DESCRIPTION="GNOME compositing window manager based on Clutter"
diff --git a/x11-wm/mutter/mutter-44.4.ebuild b/x11-wm/mutter/mutter-44.4.ebuild
index c8f15b620b6c..1c43d74fd745 100644
--- a/x11-wm/mutter/mutter-44.4.ebuild
+++ b/x11-wm/mutter/mutter-44.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
DESCRIPTION="GNOME compositing window manager based on Clutter"