From 3d8ed2baf3d14890c7254a18c4fa49051d1ef39a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 10 Feb 2026 09:32:00 +0100 Subject: [PATCH] x11-misc/autorandr: sync live Signed-off-by: Florian Schmaus --- x11-misc/autorandr/autorandr-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() {