From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1448324-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8342F158020
	for <garchives@archives.gentoo.org>; Wed, 19 Oct 2022 09:16:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F4ECE0893;
	Wed, 19 Oct 2022 09:16:05 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 85BB6E0893
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 09:16:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 92EA8340AB3
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 09:16:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 36840622
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2022 09:16:03 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1666170950.10640cfc65f7f7b0041f02a9f49ffedd52f9d4ca.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/autorandr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/autorandr/autorandr-1.12.1-r1.ebuild x11-misc/autorandr/autorandr-9999.ebuild
X-VCS-Directories: x11-misc/autorandr/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: 10640cfc65f7f7b0041f02a9f49ffedd52f9d4ca
X-VCS-Branch: master
Date: Wed, 19 Oct 2022 09:16:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 44e16a7e-04e0-4f1d-b967-6b0b9918593d
X-Archives-Hash: a08c40f1dfcadb80823d4d37ccb09c11

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