commit:     10640cfc65f7f7b0041f02a9f49ffedd52f9d4ca
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 09:15:26 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 09:15:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10640cfc

x11-misc/autorandr: add systemd use flag

Closes: https://bugs.gentoo.org/803545
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../autorandr/{autorandr-9999.ebuild => autorandr-1.12.1-r1.ebuild}   | 4 ++--
 x11-misc/autorandr/autorandr-9999.ebuild                              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/autorandr/autorandr-9999.ebuild 
b/x11-misc/autorandr/autorandr-1.12.1-r1.ebuild
similarity index 96%
copy from x11-misc/autorandr/autorandr-9999.ebuild
copy to x11-misc/autorandr/autorandr-1.12.1-r1.ebuild
index 4433c9b58d70..0badb8f708aa 100644
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ b/x11-misc/autorandr/autorandr-1.12.1-r1.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)
        )
 

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)
        )
 

Reply via email to