diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 06:02:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 06:11:33 +0100 |
commit | 8b38bb3805370cf7906bf58dac5753c48513a3e7 (patch) | |
tree | 1b174a4b0f1d48e8c23cc2ff84662bdb39896f67 /app-misc | |
parent | dev-lang/spidermonkey: disable rust-simd on 115.11.0 (diff) | |
download | gentoo-8b38bb3805370cf7906bf58dac5753c48513a3e7.tar.gz gentoo-8b38bb3805370cf7906bf58dac5753c48513a3e7.tar.bz2 gentoo-8b38bb3805370cf7906bf58dac5753c48513a3e7.zip |
app-misc/hivex: drop no-op py3.9, <ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/hivex/hivex-1.3.23-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/hivex/hivex-1.3.23-r1.ebuild b/app-misc/hivex/hivex-1.3.23-r1.ebuild index ef1a1dd17ef1..91e11388b727 100644 --- a/app-misc/hivex/hivex-1.3.23-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.23-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" |