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 8502615807A for ; Mon, 7 Oct 2024 02:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EE3DE29CB; Mon, 7 Oct 2024 02:52:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EE9CDE29CB for ; Mon, 7 Oct 2024 02:52: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B828343161 for ; Mon, 7 Oct 2024 02:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4857213C for ; Mon, 7 Oct 2024 02:52:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728269412.028558af7605c829123963e56313bb785138ea8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/sratom-0.6.16.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 028558af7605c829123963e56313bb785138ea8a X-VCS-Branch: master Date: Mon, 7 Oct 2024 02:52:44 +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: ecc8423c-f930-4f1e-9ee4-e3d4da0ae731 X-Archives-Hash: 67f2be7eae5eae79c288e33537023e1a commit: 028558af7605c829123963e56313bb785138ea8a Author: Sasha Finkelstein gmail com> AuthorDate: Sat Oct 5 15:06:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 02:50:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028558af media-libs/sratom: Add python3_13 compat Signed-off-by: Sasha Finkelstein gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/sratom/sratom-0.6.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/sratom/sratom-0.6.16.ebuild b/media-libs/sratom/sratom-0.6.16.ebuild index 3ff1af7a3adc..adc8ca6c7a9e 100644 --- a/media-libs/sratom/sratom-0.6.16.ebuild +++ b/media-libs/sratom/sratom-0.6.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) PYTHON_REQ_USE='threads(+)' inherit meson-multilib python-any-r1