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 7F70E139355 for ; Tue, 3 Aug 2021 00:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B50E08E0; Tue, 3 Aug 2021 00:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 38D1AE08E0 for ; Tue, 3 Aug 2021 00:49:17 +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 46C44342B93 for ; Tue, 3 Aug 2021 00:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5CF783B for ; Tue, 3 Aug 2021 00:49:13 +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: <1627951549.f453cf9fbccb845c70322a8aabc2a5bf36a24b09.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsd/lsd-0.20.1.ebuild X-VCS-Directories: sys-apps/lsd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f453cf9fbccb845c70322a8aabc2a5bf36a24b09 X-VCS-Branch: master Date: Tue, 3 Aug 2021 00:49:13 +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: 660d4943-1e66-4d22-bfe2-5ffade79f602 X-Archives-Hash: f27d9750741b173f6d892384dd5a4c29 commit: f453cf9fbccb845c70322a8aabc2a5bf36a24b09 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Aug 3 00:44:48 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Aug 3 00:45:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f453cf9f sys-apps/lsd: keyword 0.20.1 for ~arm64 Closes: https://bugs.gentoo.org/806202 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/lsd/lsd-0.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lsd/lsd-0.20.1.ebuild b/sys-apps/lsd/lsd-0.20.1.ebuild index d21203f0699..76daf0085bf 100644 --- a/sys-apps/lsd/lsd-0.20.1.ebuild +++ b/sys-apps/lsd/lsd-0.20.1.ebuild @@ -112,7 +112,7 @@ SRC_URI="https://github.com/Peltoche/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 ISC MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" DEPEND=""