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 DCE38158086 for ; Thu, 2 Dec 2021 08:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0212BC012; Thu, 2 Dec 2021 08:24:49 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8817C2BC002 for ; Thu, 2 Dec 2021 08:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D537342F9D for ; Thu, 2 Dec 2021 08:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BD9132 for ; Thu, 2 Dec 2021 08:24:46 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1638433453.9c6a9c791740d4aaaf43e7007c44c1f206125d12.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/exa/exa-0.10.1.ebuild X-VCS-Directories: sys-apps/exa/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9c6a9c791740d4aaaf43e7007c44c1f206125d12 X-VCS-Branch: master Date: Thu, 2 Dec 2021 08:24:46 +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: 6b2c06bb-0eed-4e5c-9b02-4be0438eab2a X-Archives-Hash: 36278de698ac8bcd760684bf270158ea commit: 9c6a9c791740d4aaaf43e7007c44c1f206125d12 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Dec 2 08:24:13 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Dec 2 08:24:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6a9c79 sys-apps/exa: amd64 stable wrt bug #807376 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-apps/exa/exa-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild index f43c754979b6..df6492085619 100644 --- a/sys-apps/exa/exa-0.10.1.ebuild +++ b/sys-apps/exa/exa-0.10.1.ebuild @@ -81,7 +81,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})" LICENSE="Apache-2.0 MIT Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" IUSE="+git man" DEPEND="git? ( dev-libs/libgit2:= )"