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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD09C138334 for ; Sat, 28 Dec 2019 05:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37652E0AD4; Sat, 28 Dec 2019 05:00:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F512E0AD1 for ; Sat, 28 Dec 2019 05:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3491F34DBD0 for ; Sat, 28 Dec 2019 05:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00C878 for ; Sat, 28 Dec 2019 05:00:20 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1577509156.fc2041b7c2889e374a484b372ee11bbc50f3a361.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-0.4.0.ebuild x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: fc2041b7c2889e374a484b372ee11bbc50f3a361 X-VCS-Branch: master Date: Sat, 28 Dec 2019 05:00:20 +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: 7828e604-f481-460a-805e-c358bfa8d84a X-Archives-Hash: 66da48f864d4ebd5983d6ae2a909c7d2 commit: fc2041b7c2889e374a484b372ee11bbc50f3a361 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Dec 27 03:43:38 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Dec 28 04:59:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2041b7 x11-terms/alacritty: don't force cargo --offline Eclass already does it for us. Bug: https://bugs.gentoo.org/697762 Closes: https://github.com/gentoo/gentoo/pull/14135 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.4.0.ebuild | 2 +- x11-terms/alacritty/alacritty-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.4.0.ebuild b/x11-terms/alacritty/alacritty-0.4.0.ebuild index 73011607da5..e0475b3384c 100644 --- a/x11-terms/alacritty/alacritty-0.4.0.ebuild +++ b/x11-terms/alacritty/alacritty-0.4.0.ebuild @@ -350,7 +350,7 @@ src_prepare() { } src_install() { - CARGO_INSTALL_PATH="alacritty" cargo_src_install --offline + CARGO_INSTALL_PATH="alacritty" cargo_src_install newbashcomp extra/completions/alacritty.bash alacritty diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index e7785209172..d284ff3d3b1 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -60,7 +60,7 @@ src_unpack() { } src_install() { - CARGO_INSTALL_PATH="alacritty" cargo_src_install --offline + CARGO_INSTALL_PATH="alacritty" cargo_src_install newbashcomp extra/completions/alacritty.bash alacritty