Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fido2/
Date: Sun, 18 Apr 2021 01:41:21
Message-Id: 1618709983.51f7dd8ac2cf388a8ec27fbc62ccb590c1224286.sam@gentoo
1 commit: 51f7dd8ac2cf388a8ec27fbc62ccb590c1224286
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 01:39:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 01:39:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f7dd8a
7
8 dev-python/fido2: Stabilize 0.9.1 ALLARCHES, #783276
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/fido2/fido2-0.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/fido2/fido2-0.9.1.ebuild b/dev-python/fido2/fido2-0.9.1.ebuild
16 index 446d15dd158..7bf7a417d63 100644
17 --- a/dev-python/fido2/fido2-0.9.1.ebuild
18 +++ b/dev-python/fido2/fido2-0.9.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar
20
21 LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0"
22 SLOT="0/0.9" # Bumped every time a backwards-incompatible version is released
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="examples"
26 RESTRICT="test" # Tests require <dev-python/mock-4