commit:     a71cc75608f33944e5aad71873f1d0709bc83d35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  9 00:47:04 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 00:47:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71cc756

x11-wm/mutter: avoid *t targets in python-any-r1

It'll drag in :3.13t or :3.14t on machines where there's no prospect
of it being the sole interpreter anyway.

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-47.8.ebuild    | 2 +-
 x11-wm/mutter/mutter-9999.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/mutter/mutter-46.7-r1.ebuild 
b/x11-wm/mutter/mutter-46.7-r1.ebuild
index 54917d728711..c33fc3d39c6d 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_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
 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 524af59d9ea6..224737a2e7f4 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_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
 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.8.ebuild b/x11-wm/mutter/mutter-47.8.ebuild
index 524af59d9ea6..224737a2e7f4 100644
--- a/x11-wm/mutter/mutter-47.8.ebuild
+++ b/x11-wm/mutter/mutter-47.8.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
 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 fdc768658809..e0f80c6e8040 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_{11..12} python3_{13..14}{,t} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
 
 DESCRIPTION="GNOME compositing window manager based on Clutter"

Reply via email to