commit: b7920ed364e05594c25aff6adc16768c37104b29 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 22:55:10 2024 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Tue Jun 11 10:13:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7920ed3
app-misc/hivex: enable py3.12 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> Closes: https://bugs.gentoo.org/929333 app-misc/hivex/hivex-1.3.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.23-r1.ebuild b/app-misc/hivex/hivex-1.3.23-r1.ebuild index 91e11388b727..1c759d7ee93b 100644 --- a/app-misc/hivex/hivex-1.3.23-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.23-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_RUBY="ruby31 ruby32" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"
