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 15F68159C9B for ; Sun, 28 Jul 2024 18:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540C9E2A00; Sun, 28 Jul 2024 18:51:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 38D5EE2A03 for ; Sun, 28 Jul 2024 18:51:53 +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 514D2342F9C for ; Sun, 28 Jul 2024 18:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B321E80 for ; Sun, 28 Jul 2024 18:51:49 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1722192221.0c1a155c367a443df5df1fb41e1b02a6a1fe7fab.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rizin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rizin/rizin-0.7.3.ebuild X-VCS-Directories: dev-util/rizin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 0c1a155c367a443df5df1fb41e1b02a6a1fe7fab X-VCS-Branch: master Date: Sun, 28 Jul 2024 18:51:49 +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: 0e0bb456-ac18-4a50-bad9-e404ec12e589 X-Archives-Hash: 491fec62b25da32418eb2bca8d669523 commit: 0c1a155c367a443df5df1fb41e1b02a6a1fe7fab Author: John Helmert III gentoo org> AuthorDate: Sun Jul 28 18:43:41 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun Jul 28 18:43:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1a155c dev-util/rizin: enable py3.13 Signed-off-by: John Helmert III gentoo.org> dev-util/rizin/rizin-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.7.3.ebuild b/dev-util/rizin/rizin-0.7.3.ebuild index 218067f496d4..5b8d7bfee238 100644 --- a/dev-util/rizin/rizin-0.7.3.ebuild +++ b/dev-util/rizin/rizin-0.7.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) # This is the commit that the CI for the release commit used BINS_COMMIT="1203a9a2f51e32337c8434d9f4f7c4543552e271"