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 D19EC159C96 for ; Tue, 30 Jul 2024 09:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2285B2BC08B; Tue, 30 Jul 2024 09:18:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04C872BC08B for ; Tue, 30 Jul 2024 09:18:49 +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 20ED733BE00 for ; Tue, 30 Jul 2024 09:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7F81E85 for ; Tue, 30 Jul 2024 09:18:45 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722331097.80b366ef8cdf91e931626a5f737ea0f4c1a71240.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/csound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/csound/csound-6.17.0-r1.ebuild X-VCS-Directories: media-sound/csound/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 80b366ef8cdf91e931626a5f737ea0f4c1a71240 X-VCS-Branch: master Date: Tue, 30 Jul 2024 09:18:45 +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: 5df8acdd-3f11-4dca-b772-8fdbf9647e00 X-Archives-Hash: 936506765a964c6db11afe4d6820dddd commit: 80b366ef8cdf91e931626a5f737ea0f4c1a71240 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 09:12:35 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 09:18:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b366ef media-sound/csound: enable py3.12 Closes: https://bugs.gentoo.org/929655 Signed-off-by: Pacho Ramos gentoo.org> media-sound/csound/csound-6.17.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/csound/csound-6.17.0-r1.ebuild b/media-sound/csound/csound-6.17.0-r1.ebuild index cf13e4203d7f..284dbe3715ef 100644 --- a/media-sound/csound/csound-6.17.0-r1.ebuild +++ b/media-sound/csound/csound-6.17.0-r1.ebuild @@ -8,7 +8,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake lua-single python-single-r1