sys-process/lsof: Sync with Gentoo

It's from Gentoo commit 316817f80c23b8d6fab9f2fdd1986cfb46388516.
This commit is contained in:
Flatcar Buildbot 2025-08-04 07:20:26 +00:00 committed by Krzesimir Nowak
parent 6737d67111
commit 5e70275ede
2 changed files with 14 additions and 0 deletions

View File

@ -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)

View File

@ -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)