sys-fs/multipath-tools: fix systemd automagic

Closes: https://bugs.gentoo.org/956025
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-05-21 12:57:40 -04:00
parent fc637105f1
commit ff1050edd1

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[@]}" "$@"
}