commit: f709ab1965276d11e3fa70f55db4d3962e0021e3 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Sat May 31 20:07:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 00:21:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f709ab19
x11-wm/mutter: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42380 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-wm/mutter/mutter-46.7-r1.ebuild | 2 +- x11-wm/mutter/mutter-47.6-r1.ebuild | 2 +- x11-wm/mutter/mutter-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/mutter/mutter-46.7-r1.ebuild b/x11-wm/mutter/mutter-46.7-r1.ebuild index 8b89e1bc40e9..d73064049a89 100644 --- a/x11-wm/mutter/mutter-46.7-r1.ebuild +++ b/x11-wm/mutter/mutter-46.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) 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-47.6-r1.ebuild b/x11-wm/mutter/mutter-47.6-r1.ebuild index 165337768d1a..da2597e174c1 100644 --- a/x11-wm/mutter/mutter-47.6-r1.ebuild +++ b/x11-wm/mutter/mutter-47.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) 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-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index 9ccb09481fbf..2fb9ecfddbb0 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} ) inherit gnome.org gnome2-utils meson python-any-r1 udev xdg DESCRIPTION="GNOME compositing window manager based on Clutter"
