commit: 0061558733c4ab2c67c77df966fe1d6c6eb81098 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Wed Jul 30 21:48:17 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 21:21:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00615587
x11-terms/gnome-terminal: 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> x11-terms/gnome-terminal/gnome-terminal-3.54.3.ebuild | 2 +- x11-terms/gnome-terminal/gnome-terminal-3.56.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.54.3.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.54.3.ebuild index 6e8cc42b7f2c..2e1941efe3f9 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.54.3.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.54.3.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..14} ) inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME" diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.56.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.56.2.ebuild index 742607070c82..dab6c22ac629 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.56.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.56.2.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 python-any-r1 readme.gentoo-r1 xdg DESCRIPTION="A terminal emulator for GNOME"
