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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 441411581F3 for ; Mon, 25 Nov 2024 11:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3399FE08D0; Mon, 25 Nov 2024 11:33:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id D3E8FE08CA for ; Mon, 25 Nov 2024 11:33:48 +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 2085D342FE5 for ; Mon, 25 Nov 2024 11:33:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BE161D6E for ; Mon, 25 Nov 2024 11:33:46 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1732534362.c39695438d5b9d0e9b63d617b70826b6fd5b627c.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/syncplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/syncplay/syncplay-1.7.3.ebuild X-VCS-Directories: media-video/syncplay/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: c39695438d5b9d0e9b63d617b70826b6fd5b627c X-VCS-Branch: dev Date: Mon, 25 Nov 2024 11:33:46 +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: 7966e6f4-dec5-4a18-8e12-707b044519f0 X-Archives-Hash: 00e47d7cd719c5f404437e2c1ee45368 commit: c39695438d5b9d0e9b63d617b70826b6fd5b627c Author: Takuya Wakazono gmail com> AuthorDate: Mon Nov 25 11:32:42 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Mon Nov 25 11:32:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3969543 media-video/syncplay: enable py3.13 Signed-off-by: Takuya Wakazono gmail.com> media-video/syncplay/syncplay-1.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/syncplay/syncplay-1.7.3.ebuild b/media-video/syncplay/syncplay-1.7.3.ebuild index 9072ee461..ea8e3e348 100644 --- a/media-video/syncplay/syncplay-1.7.3.ebuild +++ b/media-video/syncplay/syncplay-1.7.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_12 ) +PYTHON_COMPAT=( python3_{12..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1