mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/autorandr: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user