commit: f2cee4e88141419da9816f23f70196140a57c233 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 17:45:29 2023 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 18:03:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cee4e8
dev-util/rizin: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> dev-util/rizin/rizin-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.6.1.ebuild b/dev-util/rizin/rizin-0.6.1.ebuild index 5df5dce6965d..5c2f92105259 100644 --- a/dev-util/rizin/rizin-0.6.1.ebuild +++ b/dev-util/rizin/rizin-0.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) # This is the commit that the CI for the release commit used BINS_COMMIT="e959eb18182724809b78ad94cb7a9cdfbc5e3a6f"
