commit: be1370671099e8de40475ec620f8a9990edaef6d Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Jun 10 17:07:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be137067
gui-libs/vte: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-libs/vte/vte-0.76.3.ebuild | 4 ++-- gui-libs/vte/vte-0.78.3.ebuild | 2 +- gui-libs/vte/vte-0.78.5.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-libs/vte/vte-0.76.3.ebuild b/gui-libs/vte/vte-0.76.3.ebuild index 5fb65a31ea65..df632464d49c 100644 --- a/gui-libs/vte/vte-0.76.3.ebuild +++ b/gui-libs/vte/vte-0.76.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # 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 meson python-any-r1 vala xdg diff --git a/gui-libs/vte/vte-0.78.3.ebuild b/gui-libs/vte/vte-0.78.3.ebuild index 2ba2dc44807b..62a7112a3420 100644 --- a/gui-libs/vte/vte-0.78.3.ebuild +++ b/gui-libs/vte/vte-0.78.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 meson python-any-r1 vala xdg diff --git a/gui-libs/vte/vte-0.78.5.ebuild b/gui-libs/vte/vte-0.78.5.ebuild index a783e126122b..62a7112a3420 100644 --- a/gui-libs/vte/vte-0.78.5.ebuild +++ b/gui-libs/vte/vte-0.78.5.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 meson python-any-r1 vala xdg
