From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C9551581CA for ; Thu, 12 Jun 2025 22:07:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3684834246C for ; Thu, 12 Jun 2025 22:07:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 23ECA1104F7; Thu, 12 Jun 2025 22:07:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 19D3C1104F6 for ; Thu, 12 Jun 2025 22:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5BA1342447 for ; Thu, 12 Jun 2025 22:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 653EE2942 for ; Thu, 12 Jun 2025 22:07:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749765953.271f90df83e4a619cfbd5f0747b9859c855a3443.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.76.3.ebuild x11-libs/vte/vte-0.78.3.ebuild x11-libs/vte/vte-0.78.5.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 271f90df83e4a619cfbd5f0747b9859c855a3443 X-VCS-Branch: master Date: Thu, 12 Jun 2025 22:07:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36650a6b-047f-47d4-9d03-3cb24e6c1d9f X-Archives-Hash: c40145f6afe745f3744dfc6471834a35 commit: 271f90df83e4a619cfbd5f0747b9859c855a3443 Author: Lukas Schmelting posteo com> AuthorDate: Tue Jun 10 17:09:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 12 22:05:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271f90df x11-libs/vte: Update PYTHON_COMPAT Signed-off-by: Lukas Schmelting posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James gentoo.org> x11-libs/vte/vte-0.76.3.ebuild | 2 +- x11-libs/vte/vte-0.78.3.ebuild | 2 +- x11-libs/vte/vte-0.78.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/vte/vte-0.76.3.ebuild b/x11-libs/vte/vte-0.76.3.ebuild index d5d03f632ae0..49fb04fe7df9 100644 --- a/x11-libs/vte/vte-0.76.3.ebuild +++ b/x11-libs/vte/vte-0.76.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/x11-libs/vte/vte-0.78.3.ebuild b/x11-libs/vte/vte-0.78.3.ebuild index 0ecefdf216be..4c0be9039b2b 100644 --- a/x11-libs/vte/vte-0.78.3.ebuild +++ b/x11-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/x11-libs/vte/vte-0.78.5.ebuild b/x11-libs/vte/vte-0.78.5.ebuild index 92e1611728bd..4c0be9039b2b 100644 --- a/x11-libs/vte/vte-0.78.5.ebuild +++ b/x11-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