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 92EA9158089 for ; Mon, 11 Sep 2023 11:41:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC3AD2BC079; Mon, 11 Sep 2023 11:41: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 7DF382BC078 for ; Mon, 11 Sep 2023 11:41: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 853D5335C65 for ; Mon, 11 Sep 2023 11:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2810117A for ; Mon, 11 Sep 2023 11:41:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1694432456.95a2330651cf992c6c5bec346a4f90b9aba53034.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/eza/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/eza/eza-0.11.0.ebuild X-VCS-Directories: sys-apps/eza/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 95a2330651cf992c6c5bec346a4f90b9aba53034 X-VCS-Branch: master Date: Mon, 11 Sep 2023 11:41: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: 1743972d-9e73-4f8f-9929-0ee9b9cfa8a2 X-Archives-Hash: ad79387d5510933d54b0043a5325da0c commit: 95a2330651cf992c6c5bec346a4f90b9aba53034 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 11 11:40:56 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 11 11:40:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a23306 sys-apps/eza: Keyword 0.11.0 arm64, #913960 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/eza/eza-0.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/eza/eza-0.11.0.ebuild b/sys-apps/eza/eza-0.11.0.ebuild index 618145f9474b..07be3cb6f238 100644 --- a/sys-apps/eza/eza-0.11.0.ebuild +++ b/sys-apps/eza/eza-0.11.0.ebuild @@ -88,7 +88,7 @@ LICENSE="MIT" # Dependent crate licenses LICENSE+=" MIT Unicode-DFS-2016" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )"