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 2DE4E158086 for ; Mon, 13 Dec 2021 00:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7669D2BC022; Mon, 13 Dec 2021 00:06:19 +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 D74B92BC01A for ; Mon, 13 Dec 2021 00:06:18 +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 0305F3432A9 for ; Mon, 13 Dec 2021 00:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D3E4238 for ; Mon, 13 Dec 2021 00:06:15 +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: <1639353955.f02b9b6faa8bf26727477ad725c6b1cc7af320e2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild X-VCS-Directories: app-crypt/tpm2-abrmd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f02b9b6faa8bf26727477ad725c6b1cc7af320e2 X-VCS-Branch: master Date: Mon, 13 Dec 2021 00:06:15 +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: adecf4fb-7be0-4de7-ab8f-564cf5456d9b X-Archives-Hash: 51e63cd99f724cad00374cfd28740d8f commit: f02b9b6faa8bf26727477ad725c6b1cc7af320e2 Author: Sam James gentoo org> AuthorDate: Mon Dec 13 00:05:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 13 00:05:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02b9b6f app-crypt/tpm2-abrmd: Keyword 2.4.0 arm64, #810862 Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild index aaeac9af33b8..8a20bbfdda1a 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )"