commit:     1385f1cb8b4790e3d35612e43cea6a316786a3f6
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 16 03:31:44 2026 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jan 16 04:57:54 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1385f1cb

sys-apps/systemd: wire up zshcompletiondir

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/systemd/systemd-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-apps/systemd/systemd-9999.ebuild 
b/sys-apps/systemd/systemd-9999.ebuild
index ade9936865f4..84260c7a645c 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2011-2025 Gentoo Authors
+# Copyright 2011-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,8 +24,8 @@ else
        fi
 fi
 
-inherit bash-completion-r1 linux-info meson-multilib optfeature pam 
python-single-r1
-inherit secureboot systemd toolchain-funcs udev
+inherit linux-info meson-multilib optfeature pam python-single-r1
+inherit secureboot shell-completion systemd toolchain-funcs udev
 
 DESCRIPTION="System and service manager for Linux"
 HOMEPAGE="https://systemd.io/";
@@ -308,6 +308,7 @@ multilib_src_configure() {
                -Dpamlibdir="$(getpam_mod_dir)"
                # avoid bash-completion dep
                -Dbashcompletiondir="$(get_bashcompdir)"
+               -Dzshcompletiondir="$(get_zshcompdir)"
                -Dsplit-bin=false
                # Disable compatibility with sysvinit
                -Dsysvinit-path=

Reply via email to