From 1f6eb8673d45d10412a8e10740f6f81587724191 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 10 Mar 2025 02:17:13 +0000 Subject: [PATCH] app-accessibility/speech-dispatcher: pass --with-systemduserunitdir too Signed-off-by: Sam James --- .../speech-dispatcher/speech-dispatcher-0.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0.ebuild index 2e8f6f5c13ed3..d7074e704c5a7 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0.ebuild @@ -60,6 +60,7 @@ src_configure() { $(use_with pulseaudio pulse) $(use_with pipewire) --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" + --with-systemduserunitdir="$(systemd_get_userunitdir)" ) econf "${myeconfargs[@]}" }