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 590D015800F for ; Thu, 16 Feb 2023 04:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A5F7E08F3; Thu, 16 Feb 2023 04:18:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82E90E08F3 for ; Thu, 16 Feb 2023 04:18:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B37B4340CC5 for ; Thu, 16 Feb 2023 04:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EEB48AD for ; Thu, 16 Feb 2023 04:18:54 +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: <1676521121.e035bc257f9f4618eb11d3071aef65919589a78d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild X-VCS-Directories: app-crypt/tpm2-tss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e035bc257f9f4618eb11d3071aef65919589a78d X-VCS-Branch: master Date: Thu, 16 Feb 2023 04:18:54 +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: cf9eea76-c256-4b57-8393-eae720381af4 X-Archives-Hash: ff83d63362638fee731b95f73a2e706a commit: e035bc257f9f4618eb11d3071aef65919589a78d Author: Sam James gentoo org> AuthorDate: Thu Feb 16 04:18:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 16 04:18:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e035bc25 app-crypt/tpm2-tss: Stabilize 3.2.2 ppc64, #894662 Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild index 596c52de38e1..ae12da4baa17 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-3.2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD-2" SLOT="0/3" -KEYWORDS="~amd64 arm arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm arm64 ~loong ppc64 ~riscv ~x86" IUSE="doc +fapi +openssl mbedtls static-libs test" RESTRICT="!test? ( test )"