diff options
author | Rick Farina <zerochaos@gentoo.org> | 2024-06-10 18:55:10 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-06-11 06:13:23 -0400 |
commit | b7920ed364e05594c25aff6adc16768c37104b29 (patch) | |
tree | 8c6cbace61f2c11418adddc8bc06fe589a92d439 /app-misc/hivex | |
parent | net-proxy/haproxy: Bump to EAPI 8 for 9999 versions (diff) | |
download | gentoo-b7920ed364e05594c25aff6adc16768c37104b29.tar.gz gentoo-b7920ed364e05594c25aff6adc16768c37104b29.tar.bz2 gentoo-b7920ed364e05594c25aff6adc16768c37104b29.zip |
app-misc/hivex: enable py3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Closes: https://bugs.gentoo.org/929333
Diffstat (limited to 'app-misc/hivex')
-rw-r--r-- | app-misc/hivex/hivex-1.3.23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |