Skip to content

Commit

Permalink
sys-apps/lix: add missing lsof dependency
Browse files Browse the repository at this point in the history
Without the change on systems without `lsof` the build fails as:

    Program lsof found: NO

    meson.build:373:7: ERROR: Program 'lsof' not found or not executable

Reported-by: Sven
Closes: #56
  • Loading branch information
trofi committed Dec 10, 2024
1 parent f2247bc commit 6c9e24e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys-apps/lix/lix-2.91.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@ done
RDEPEND+="
)
"

# sys-process/lsof is only needed for tests, but it's unconditional.
DEPEND="${RDEPEND}
app-text/lix-doc
dev-cpp/nlohmann_json
dev-cpp/toml11
>=dev-cpp/rapidcheck-0_pre20231214
sys-process/lsof
>=sys-devel/bison-2.6
>=sys-devel/flex-2.5.35
"
Expand Down

0 comments on commit 6c9e24e

Please sign in to comment.