sys-fs/multipath-tools: Sync with Gentoo

It's from Gentoo commit ff1050edd160d6782a0495fdf31ed67be6e1be62.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:14:37 +00:00 committed by Krzesimir Nowak
parent 55e11f5863
commit 30f5d4cf58

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -53,6 +53,11 @@ myemake() {
V=1
)
if ! use systemd; then
# Bug 956025
myemakeargs+=( SYSTEMD= )
fi
emake "${myemakeargs[@]}" "$@"
}