commit: 3d8ed2baf3d14890c7254a18c4fa49051d1ef39a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 08:32:00 2026 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 08:32:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8ed2ba
x11-misc/autorandr: sync live
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
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 73aa409173d5..9c8b1bd61cfe 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() {