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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D739D159C9B for ; Tue, 13 Aug 2024 14:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C411AE2B4B; Tue, 13 Aug 2024 14:52:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85E55E2B4B for ; Tue, 13 Aug 2024 14:52:31 +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 ACDE8343025 for ; Tue, 13 Aug 2024 14:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE361EE4 for ; Tue, 13 Aug 2024 14:52:28 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1723560744.69bdf60318c0557e512c31858b8b7fc14b56f7a4.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/frescobaldi/frescobaldi-3.3.0.ebuild X-VCS-Directories: media-sound/frescobaldi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 69bdf60318c0557e512c31858b8b7fc14b56f7a4 X-VCS-Branch: master Date: Tue, 13 Aug 2024 14:52:28 +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: f9131595-19ab-492b-84f2-72c5e22a7c45 X-Archives-Hash: 6b3dfe75b74e1f9430a182af4d137e9c commit: 69bdf60318c0557e512c31858b8b7fc14b56f7a4 Author: Alfred Wingate protonmail com> AuthorDate: Mon Aug 12 16:15:52 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Aug 13 14:52:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bdf603 media-sound/frescobaldi: enable py3.12 Closes: https://bugs.gentoo.org/937821 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38120 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/frescobaldi/frescobaldi-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild index 443bf7ca7fa8..e8deb5d81e73 100644 --- a/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild +++ b/media-sound/frescobaldi/frescobaldi-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 xdg