commit:     a8214d2d07aea8b6790085688f278817a9ee3e2d
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 14:45:32 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 19:06:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8214d2d

app-misc/hivex: make sure elibtoolize is applied

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 app-misc/hivex/hivex-1.3.24-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/hivex/hivex-1.3.24-r1.ebuild 
b/app-misc/hivex/hivex-1.3.24-r1.ebuild
index 1a5c7c90260c..3347a5b3b02e 100644
--- a/app-misc/hivex/hivex-1.3.24-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.24-r1.ebuild
@@ -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

Reply via email to