commit: 316817f80c23b8d6fab9f2fdd1986cfb46388516
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 22:08:10 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 04:45:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316817f8
sys-process/lsof: make sure elibtoolize is applied
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sys-process/lsof/lsof-4.99.4.ebuild | 7 +++++++
sys-process/lsof/lsof-4.99.5.ebuild | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/sys-process/lsof/lsof-4.99.4.ebuild
b/sys-process/lsof/lsof-4.99.4.ebuild
index 8e400d1ef0bd..06774a3bb92c 100644
--- a/sys-process/lsof/lsof-4.99.4.ebuild
+++ b/sys-process/lsof/lsof-4.99.4.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit libtool
+
MY_P="${P/-/_}"
DESCRIPTION="Lists open files for running Unix processes"
HOMEPAGE="https://github.com/lsof-org/lsof"
@@ -26,6 +28,11 @@ BDEPEND="
# Needs fixing first for sandbox
RESTRICT="test"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
local myeconfargs=(
$(use_with rpc libtirpc)
diff --git a/sys-process/lsof/lsof-4.99.5.ebuild
b/sys-process/lsof/lsof-4.99.5.ebuild
index bcbab0287816..1ce631f2a899 100644
--- a/sys-process/lsof/lsof-4.99.5.ebuild
+++ b/sys-process/lsof/lsof-4.99.5.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit libtool
+
MY_P="${P/-/_}"
DESCRIPTION="Lists open files for running Unix processes"
HOMEPAGE="https://github.com/lsof-org/lsof"
@@ -26,6 +28,11 @@ BDEPEND="
# Needs fixing first for sandbox
RESTRICT="test"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
local myeconfargs=(
$(use_with rpc libtirpc)