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 5B7F11382C5 for ; Fri, 23 Apr 2021 13:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4882E08BD; Fri, 23 Apr 2021 13:46:45 +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 99F99E08BD for ; Fri, 23 Apr 2021 13:46:45 +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 CA4793412D5 for ; Fri, 23 Apr 2021 13:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50DF572A for ; Fri, 23 Apr 2021 13:46:42 +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: <1619185589.80820b87e42a1a7311b77bbd1c7566151388af53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/minisign/minisign-0.9.ebuild X-VCS-Directories: app-crypt/minisign/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80820b87e42a1a7311b77bbd1c7566151388af53 X-VCS-Branch: master Date: Fri, 23 Apr 2021 13:46:42 +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: 817c8e95-079b-41fb-80b4-44237faf4f6e X-Archives-Hash: 368ddcf0671d6abee896331a8b9a86d7 commit: 80820b87e42a1a7311b77bbd1c7566151388af53 Author: Sam James gentoo org> AuthorDate: Fri Apr 23 13:46:29 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 23 13:46:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80820b87 app-crypt/minisign: Keyword 0.9 arm64, #783072 Signed-off-by: Sam James gentoo.org> app-crypt/minisign/minisign-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/minisign/minisign-0.9.ebuild b/app-crypt/minisign/minisign-0.9.ebuild index 8d01304906d..c30929577f1 100644 --- a/app-crypt/minisign/minisign-0.9.ebuild +++ b/app-crypt/minisign/minisign-0.9.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git" else SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc" fi LICENSE="ISC"