commit: db880f5e0ea1902f743a2ed557cb3d64e607d9f2 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Sun Aug 10 09:26:40 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 20:25:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db880f5e
gnome-base/gnome-shell: update PYTHON_COMPAT Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild | 2 +- gnome-base/gnome-shell/gnome-shell-48.3.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild index 40605506441e..e3b2c9e2f649 100644 --- a/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-47.7-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild index 2e6d6bb00288..7337a19f5ea1 100644 --- a/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-47.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg diff --git a/gnome-base/gnome-shell/gnome-shell-48.3.ebuild b/gnome-base/gnome-shell/gnome-shell-48.3.ebuild index e33339078539..fc3197ef5a25 100644 --- a/gnome-base/gnome-shell/gnome-shell-48.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-48.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg
