From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B662A1582EF for ; Mon, 10 Mar 2025 02:19:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A0070343131 for ; Mon, 10 Mar 2025 02:19:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AF68811047C; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A9FA711047B for ; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6310F34314D for ; Mon, 10 Mar 2025 02:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B835F28DC for ; Mon, 10 Mar 2025 02:18:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741573049.1f6eb8673d45d10412a8e10740f6f81587724191.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.12.0.ebuild X-VCS-Directories: app-accessibility/speech-dispatcher/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f6eb8673d45d10412a8e10740f6f81587724191 X-VCS-Branch: master Date: Mon, 10 Mar 2025 02:18:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de8e74a1-e0a3-4547-9532-38f1b95fcc49 X-Archives-Hash: 2ea3fdc3fd22a6eae5d57e7cf8ed3b2c commit: 1f6eb8673d45d10412a8e10740f6f81587724191 Author: Sam James gentoo org> AuthorDate: Mon Mar 10 02:17:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 02:17:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6eb867 app-accessibility/speech-dispatcher: pass --with-systemduserunitdir too Signed-off-by: Sam James gentoo.org> app-accessibility/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 2e8f6f5c13ed..d7074e704c5a 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[@]}" }