From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706455-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A86D915812D for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 04:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 832F9E07AE; Mon, 06 Jan 2025 04:23:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6816DE07AE for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 04:23:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91A6833C84E for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 04:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98CB1BA2 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 04:23:23 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1736137339.acfeba3a33d32fe3a71f1f98920de1f601432762.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: acfeba3a33d32fe3a71f1f98920de1f601432762 X-VCS-Branch: master Date: Mon, 06 Jan 2025 04:23:23 +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: 2c43406a-8f64-437e-8323-70ff399daae4 X-Archives-Hash: 2c04bf34005077a4863535a2a028ef15 commit: acfeba3a33d32fe3a71f1f98920de1f601432762 Author: Kirill Chibisov <contact <AT> kchibisov <DOT> com> AuthorDate: Sun Dec 29 08:11:01 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 04:22:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfeba3a x11-terms/alacritty: use --locked when installing Fix an issue when applying a patch that pulls git dependency will fail to build because during install it'll try to go online for no particular reason. Signed-off-by: Kirill Chibisov <contact <AT> kchibisov.com> Closes: https://github.com/gentoo/gentoo/pull/39885 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-terms/alacritty/alacritty-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 2471fa74d0ce..9db259027ce0 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -94,7 +94,7 @@ src_compile() { } src_install() { - cargo_src_install --path alacritty + cargo_src_install --locked --path alacritty doman alacritty.1 alacritty.5 alacritty-msg.1 alacritty-bindings.5