Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/
Date: Tue, 26 Nov 2019 10:18:09
Message-Id: 1574763192.57573e221c2284122cc338b32ed0eaa4766e7b4e.whissi@gentoo
1 commit: 57573e221c2284122cc338b32ed0eaa4766e7b4e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 10:13:12 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 10:13:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57573e22
7
8 dev-python/fido2: x86 stable (bug #701170)
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/fido2/fido2-0.7.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/fido2/fido2-0.7.3.ebuild b/dev-python/fido2/fido2-0.7.3.ebuild
17 index cf5e5a8076d..73b81c0f345 100644
18 --- a/dev-python/fido2/fido2-0.7.3.ebuild
19 +++ b/dev-python/fido2/fido2-0.7.3.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar
21
22 LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26 IUSE="examples test"
27 RESTRICT="!test? ( test )"