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 569B81382C5 for ; Mon, 19 Apr 2021 04:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C56FAE0863; Mon, 19 Apr 2021 04:31:33 +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 B0B7BE0863 for ; Mon, 19 Apr 2021 04:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9A00340E45 for ; Mon, 19 Apr 2021 04:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6ED735 for ; Mon, 19 Apr 2021 04:31:28 +0000 (UTC) From: "Sam James" 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" Message-ID: <1618806675.cb54d3051d7e432b6b718f4d0eef99a73c166af2.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-0.7.2.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb54d3051d7e432b6b718f4d0eef99a73c166af2 X-VCS-Branch: master Date: Mon, 19 Apr 2021 04:31:28 +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: 33ac5256-9a4d-453c-b82d-4dbc985e9340 X-Archives-Hash: 5f8a1fe67c903478bb3c45255ec42d2d commit: cb54d3051d7e432b6b718f4d0eef99a73c166af2 Author: Sam James gentoo org> AuthorDate: Mon Apr 19 04:31:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 04:31:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb54d305 x11-terms/alacritty: Stabilize 0.7.2 arm64, #783399 Signed-off-by: Sam James gentoo.org> x11-terms/alacritty/alacritty-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/alacritty/alacritty-0.7.2.ebuild b/x11-terms/alacritty/alacritty-0.7.2.ebuild index b916d51eec3..3a0e7ba5b8f 100644 --- a/x11-terms/alacritty/alacritty-0.7.2.ebuild +++ b/x11-terms/alacritty/alacritty-0.7.2.ebuild @@ -220,7 +220,7 @@ if [ ${PV} == "9999" ] ; then else SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" - KEYWORDS="amd64 ~arm64 ppc64 x86" + KEYWORDS="amd64 arm64 ppc64 x86" fi LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB"