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 2083B139347 for ; Sat, 24 Jul 2021 23:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0305BE0C0C; Sat, 24 Jul 2021 23:02:57 +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 DE0C8E0C0C for ; Sat, 24 Jul 2021 23:02:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7D653342D66 for ; Sat, 24 Jul 2021 23:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E44C84C for ; Sat, 24 Jul 2021 23:02:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627167750.3f0b36409ff20f0401367f96e8e1271c96260e60.marecki@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.1.0.ebuild X-VCS-Directories: app-crypt/tpm2-tss/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3f0b36409ff20f0401367f96e8e1271c96260e60 X-VCS-Branch: master Date: Sat, 24 Jul 2021 23:02:52 +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: 0e84bd02-caa4-46cb-a228-a457995b585f X-Archives-Hash: 82b84f149b437cad39294aba0a420ab9 commit: 3f0b36409ff20f0401367f96e8e1271c96260e60 Author: Marek Szuba gentoo org> AuthorDate: Sat Jul 24 21:15:53 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jul 24 23:02:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0b3640 app-crypt/tpm2-tss: keyword 3.1.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild index fa80dfb1ebc..6a784390d5d 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc +fapi +openssl mbedtls static-libs test" RESTRICT="!test? ( test )"