From 5e70275ede23c2bfed1d30d7e729abdd43b20370 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 4 Aug 2025 07:20:26 +0000 Subject: [PATCH] sys-process/lsof: Sync with Gentoo It's from Gentoo commit 316817f80c23b8d6fab9f2fdd1986cfb46388516. --- .../portage-stable/sys-process/lsof/lsof-4.99.4.ebuild | 7 +++++++ .../portage-stable/sys-process/lsof/lsof-4.99.5.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.4.ebuild b/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.4.ebuild index 8e400d1ef0..06774a3bb9 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.4.ebuild +++ b/sdk_container/src/third_party/portage-stable/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/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.5.ebuild b/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.5.ebuild index bcbab02878..1ce631f2a8 100644 --- a/sdk_container/src/third_party/portage-stable/sys-process/lsof/lsof-4.99.5.ebuild +++ b/sdk_container/src/third_party/portage-stable/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)