From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1659230-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 A9302159C9B
	for <garchives@archives.gentoo.org>; Tue,  6 Aug 2024 03:19:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5E9082BC046;
	Tue,  6 Aug 2024 03:19:37 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DF77A2BC046
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2024 03:19:36 +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 05436340C39
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2024 03:19:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9432C1EBF
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2024 03:19:33 +0000 (UTC)
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" <watermanpaint@posteo.net>
Message-ID: <1722868337.289e1a9700f386b7caf7397d3cc3c85038f4a6ed.watermanpaint@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
X-VCS-Directories: x11-misc/i3lock-color/
X-VCS-Committer: watermanpaint
X-VCS-Committer-Name: Lucio Sauer
X-VCS-Revision: 289e1a9700f386b7caf7397d3cc3c85038f4a6ed
X-VCS-Branch: master
Date: Tue,  6 Aug 2024 03:19:33 +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: 2e2a3fa5-46f1-4587-8b6c-148f9f224eca
X-Archives-Hash: 30ff9a59ea40656a0b9a03e9c0eb50de

commit:     289e1a9700f386b7caf7397d3cc3c85038f4a6ed
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Aug  5 14:26:18 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug  5 14:32:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=289e1a97

x11-misc/i3lock-color: switch to out of source build

In source build does not seem to work anymore (I'm sure I could have
built it in the previous toolchain).

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
index a74dd1525..4214a5008 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools shell-completion
+inherit autotools out-of-source shell-completion
 
 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
 
@@ -45,7 +45,7 @@ src_prepare() {
 }
 
 src_install() {
-	default
+	out-of-source_src_install
 	newbashcomp i3lock-bash i3lock
 	newzshcomp i3lock-zsh _i3lock
 }