diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild index 73aa409173d50..9c8b1bd61cfec 100644 --- a/x11-misc/autorandr/autorandr-9999.ebuild +++ b/x11-misc/autorandr/autorandr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..13} ) -inherit bash-completion-r1 distutils-r1 systemd udev +inherit distutils-r1 shell-completion systemd udev if [[ "${PV}" = "9999" ]] ; then inherit git-r3 @@ -61,6 +61,8 @@ src_install() { SYSTEMD_UNIT_DIR=$(usex systemd "$(systemd_get_systemunitdir)" "") \ UDEV_RULES_DIR="$(get_udevdir)"/rules.d \ $(printf "install_%s " "${targets[@]}") + + dozshcomp contrib/zsh_completion/_${PN} } pkg_postinst() {