app-misc/hivex: make sure elibtoolize is applied

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-08-19 10:45:32 -04:00
parent 40d63fec1a
commit a8214d2d07

View File

@@ -7,7 +7,7 @@ USE_RUBY="ruby32"
RUBY_OPTIONAL=yes
PYTHON_COMPAT=( python3_{10..13} )
inherit dot-a perl-module ruby-ng python-single-r1 strip-linguas
inherit dot-a libtool perl-module ruby-ng python-single-r1 strip-linguas
DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"
HOMEPAGE="https://libguestfs.org"
@@ -74,6 +74,7 @@ src_unpack() {
src_prepare() {
default
elibtoolize
use perl && perl-module_src_prepare
use ruby && ruby-ng_src_prepare