From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5E98158042 for ; Mon, 21 Oct 2024 10:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB6AE0903; Mon, 21 Oct 2024 10:22:29 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C06D4E0903 for ; Mon, 21 Oct 2024 10:22:29 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB77A343011 for ; Mon, 21 Oct 2024 10:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0EC11DF for ; Mon, 21 Oct 2024 10:22:27 +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: <1729506036.98aea48ae4e32dd4f20ddecb4a9b7db06ec68d83.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild net-misc/spice-gtk/spice-gtk-9999.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98aea48ae4e32dd4f20ddecb4a9b7db06ec68d83 X-VCS-Branch: master Date: Mon, 21 Oct 2024 10:22:27 +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: 134ac41d-a6c2-4550-b808-3ccac73a97d7 X-Archives-Hash: 28d28ba72e0b3c0b50cfbda9c9a6c0e4 commit: 98aea48ae4e32dd4f20ddecb4a9b7db06ec68d83 Author: Sam James gentoo org> AuthorDate: Mon Oct 21 10:20:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 21 10:20:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98aea48a net-misc/spice-gtk: enable py3.13 Signed-off-by: Sam James gentoo.org> net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild | 2 +- net-misc/spice-gtk/spice-gtk-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild b/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild index 01a2fb5d48b9..7fedea35d7fc 100644 --- a/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop meson optfeature python-any-r1 readme.gentoo-r1 vala xdg diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild index 306b6e4f8158..0da3cb6eda14 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop meson optfeature python-any-r1 readme.gentoo-r1 vala xdg