commit: ff1050edd160d6782a0495fdf31ed67be6e1be62 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed May 21 16:57:40 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed May 21 17:27:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1050ed
sys-fs/multipath-tools: fix systemd automagic Closes: https://bugs.gentoo.org/956025 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> ...ultipath-tools-0.9.8.ebuild => multipath-tools-0.9.8-r1.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.8-r1.ebuild similarity index 95% rename from sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild rename to sys-fs/multipath-tools/multipath-tools-0.9.8-r1.ebuild index e85965ca2f8d..db3d55366b3c 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.9.8-r1.ebuild @@ -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[@]}" "$@" }
