From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 13684159C9B for ; Mon, 5 Aug 2024 14:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 457C02BC091; Mon, 5 Aug 2024 14:33:06 +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 2BB212BC08F for ; Mon, 5 Aug 2024 14:33:06 +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 2B1BC340CA7 for ; Mon, 5 Aug 2024 14:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88704B96 for ; Mon, 5 Aug 2024 14:33:03 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1722868337.289e1a9700f386b7caf7397d3cc3c85038f4a6ed.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 289e1a9700f386b7caf7397d3cc3c85038f4a6ed X-VCS-Branch: dev Date: Mon, 5 Aug 2024 14:33:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10fa380c-ee06-4a1d-9594-b5905a7aac09 X-Archives-Hash: 55d5fdcdb29996e0866f5170ff37caa5 commit: 289e1a9700f386b7caf7397d3cc3c85038f4a6ed Author: Takuya Wakazono gmail com> AuthorDate: Mon Aug 5 14:26:18 2024 +0000 Commit: Takuya Wakazono gmail com> 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 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 }