x11-misc/autorandr: sync live

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2026-02-10 09:32:00 +01:00
parent 3ae22f9743
commit 3d8ed2baf3

View File

@@ -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() {