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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 973B713835A for ; Sat, 15 May 2021 13:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9F5BE0845; Sat, 15 May 2021 13:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE47BE0844 for ; Sat, 15 May 2021 13:58:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94F7133D0AF for ; Sat, 15 May 2021 13:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49232791 for ; Sat, 15 May 2021 13:58:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1621087114.7cb953c60e9bc7a212876a32385dc20f555ced3a.slyfox@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.2.1.ebuild X-VCS-Directories: dev-util/rizin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7cb953c60e9bc7a212876a32385dc20f555ced3a X-VCS-Branch: master Date: Sat, 15 May 2021 13:58:41 +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: a66bbf31-0467-4ffd-9404-8de5ebe1360c X-Archives-Hash: d4f582fe3d9d2db5508f01695d7ad88b commit: 7cb953c60e9bc7a212876a32385dc20f555ced3a Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 15 13:43:51 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 15 13:58:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb953c6 dev-util/rizin: allow python-3.10 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/rizin/rizin-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.2.1.ebuild b/dev-util/rizin/rizin-0.2.1.ebuild index a07d3af1106..7f58bcca359 100644 --- a/dev-util/rizin/rizin-0.2.1.ebuild +++ b/dev-util/rizin/rizin-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8,9}) +PYTHON_COMPAT=(python3_{6,7,8,9,10}) # This is the commit that the CI for the release commit used BINS_COMMIT="a80fd0d56d538d07a05ef01e29c8cb430a4f9d72"