summaryrefslogtreecommitdiff
path: root/x11-misc/autorandr/autorandr-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/autorandr/autorandr-9999.ebuild')
-rw-r--r--x11-misc/autorandr/autorandr-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild
index 4433c9b58d70..0badb8f708aa 100644
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ b/x11-misc/autorandr/autorandr-9999.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/phillipberndt/autorandr"
LICENSE="GPL-3"
SLOT="0"
-IUSE="launcher udev"
+IUSE="launcher systemd udev"
RDEPEND="
x11-apps/xrandr
@@ -46,8 +46,8 @@ src_install() {
local targets=(
autostart_config
bash_completion
- systemd
$(usev launcher)
+ $(usev systemd)
$(usev udev)
)