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 5A0A9158B20 for ; Mon, 03 Feb 2025 11:38:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 43C7A34307A for ; Mon, 03 Feb 2025 11:38:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D6F36110482; Mon, 03 Feb 2025 11:38:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id CAAB9110482 for ; Mon, 03 Feb 2025 11:38:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85656343069 for ; Mon, 03 Feb 2025 11:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18D9B2647 for ; Mon, 03 Feb 2025 11:38:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1738562304.c88c980dea0c5eb4a8211f63f7774897d26373c9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/chiaki/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/chiaki/chiaki-2.1.1-r2.ebuild games-util/chiaki/chiaki-9999.ebuild X-VCS-Directories: games-util/chiaki/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c88c980dea0c5eb4a8211f63f7774897d26373c9 X-VCS-Branch: master Date: Mon, 03 Feb 2025 11:38:22 +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: 5ddc61bc-5d11-4809-a5e3-ea68aae2f00a X-Archives-Hash: 43206f5dfcf89ee9ba968beb5a6da553 commit: c88c980dea0c5eb4a8211f63f7774897d26373c9 Author: Huang Rui gmail com> AuthorDate: Mon Feb 3 05:58:14 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 3 05:58:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c88c980d games-util/chiaki: enable py3.13 Signed-off-by: Huang Rui gmail.com> games-util/chiaki/chiaki-2.1.1-r2.ebuild | 2 +- games-util/chiaki/chiaki-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/chiaki/chiaki-2.1.1-r2.ebuild b/games-util/chiaki/chiaki-2.1.1-r2.ebuild index 891962534..fd519c7cd 100644 --- a/games-util/chiaki/chiaki-2.1.1-r2.ebuild +++ b/games-util/chiaki/chiaki-2.1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 xdg DESCRIPTION="Client for PlayStation 4 and PlayStation 5 Remote Play" diff --git a/games-util/chiaki/chiaki-9999.ebuild b/games-util/chiaki/chiaki-9999.ebuild index 891962534..fd519c7cd 100644 --- a/games-util/chiaki/chiaki-9999.ebuild +++ b/games-util/chiaki/chiaki-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 xdg DESCRIPTION="Client for PlayStation 4 and PlayStation 5 Remote Play"