diff options
author | Sam James <sam@gentoo.org> | 2024-03-01 22:08:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-01 22:08:32 +0000 |
commit | 414bbb2c32bc81e41ed3f7cb96789859bdce7302 (patch) | |
tree | 2258e49cbedc6ac4cc487607be2cf7ddbb7dcb3e /x11-wm | |
parent | dev-libs/efl: disable py3.9 (diff) | |
download | gentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.tar.gz gentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.tar.bz2 gentoo-414bbb2c32bc81e41ed3f7cb96789859bdce7302.zip |
x11-wm/mutter: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-44.3.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-44.4.ebuild | 2 |
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" |