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 2512415817D for ; Wed, 5 Jun 2024 08:12:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B6CE2B50; Wed, 5 Jun 2024 08:12:36 +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 58264E2B50 for ; Wed, 5 Jun 2024 08:12:36 +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 5E3C03409EC for ; Wed, 5 Jun 2024 08:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7DA11DF for ; Wed, 5 Jun 2024 08:12:33 +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: <1717575134.2f903b05431c43716be9c36139b2983c7c9ef9cd.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lash/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lash/lash-0.5.4-r6.ebuild X-VCS-Directories: media-sound/lash/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2f903b05431c43716be9c36139b2983c7c9ef9cd X-VCS-Branch: master Date: Wed, 5 Jun 2024 08:12:33 +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: c57906c8-5a4e-4b65-9b12-0bc12541a502 X-Archives-Hash: ef364548fa2b0d81d991670ce8700480 commit: 2f903b05431c43716be9c36139b2983c7c9ef9cd Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 5 08:12:14 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 5 08:12:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f903b05 media-sound/lash: added python 3.12 & 3.13 Closes: https://bugs.gentoo.org/929662 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/lash/lash-0.5.4-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lash/lash-0.5.4-r6.ebuild b/media-sound/lash/lash-0.5.4-r6.ebuild index 1ee913743360..3272948b6ecb 100644 --- a/media-sound/lash/lash-0.5.4-r6.ebuild +++ b/media-sound/lash/lash-0.5.4-r6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools multilib-minimal python-single-r1