commit: 2702a9b7ab1856a037677227cfab9e9c74ff1ffb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 04:20:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 04:20:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2702a9b7
dev-util/rizin: disable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/rizin/rizin-0.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/rizin/rizin-0.5.2.ebuild
b/dev-util/rizin/rizin-0.5.2.ebuild
index 4efb83b695d7..70326a2a22c7 100644
--- a/dev-util/rizin/rizin-0.5.2.ebuild
+++ b/dev-util/rizin/rizin-0.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
# This is the commit that the CI for the release commit used
BINS_COMMIT="d66f95359fe830514267f446975374752201c3f1"