From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1353927-garchives=archives.gentoo.org@lists.gentoo.org> 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 745ED158086 for <garchives@archives.gentoo.org>; Fri, 31 Dec 2021 01:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3CD3E07D1; Fri, 31 Dec 2021 01:15:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 21F62E07D1 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 01:15:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D0BA342E18 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 01:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B93426F for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 01:15:14 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> 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" <gyakovlev@gentoo.org> Message-ID: <1640912432.47ed8c3c8080a004df0e8dcd3a21af01a82bfd5c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fido2/fido2-0.9.3.ebuild X-VCS-Directories: dev-python/fido2/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 47ed8c3c8080a004df0e8dcd3a21af01a82bfd5c X-VCS-Branch: master Date: Fri, 31 Dec 2021 01:15:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 920ce322-a21a-40f5-9507-1868d6a61a36 X-Archives-Hash: 46c5969fc0df17aec1c18e9e01287282 commit: 47ed8c3c8080a004df0e8dcd3a21af01a82bfd5c Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Dec 31 00:38:36 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Dec 31 01:00:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ed8c3c dev-python/fido2: keyword 0.9.3 for ~ppc64 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-python/fido2/fido2-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fido2/fido2-0.9.3.ebuild b/dev-python/fido2/fido2-0.9.3.ebuild index 86f0257593d5..ae881fb19eca 100644 --- a/dev-python/fido2/fido2-0.9.3.ebuild +++ b/dev-python/fido2/fido2-0.9.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0" SLOT="0/0.9" # Bumped every time a backwards-incompatible version is released -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~ppc64 ~riscv x86" IUSE="examples" RESTRICT="test" # Tests require <dev-python/mock-4