summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-18 01:39:43 +0000
committerSam James <sam@gentoo.org>2021-04-18 01:39:43 +0000
commit51f7dd8ac2cf388a8ec27fbc62ccb590c1224286 (patch)
tree309b2bebbe55add7c8f0838b7a83270082d6839c /dev-python/fido2
parentdev-python/deprecated: Stabilize 1.2.12 ALLARCHES, #783273 (diff)
downloadgentoo-51f7dd8ac2cf388a8ec27fbc62ccb590c1224286.tar.gz
gentoo-51f7dd8ac2cf388a8ec27fbc62ccb590c1224286.tar.bz2
gentoo-51f7dd8ac2cf388a8ec27fbc62ccb590c1224286.zip
dev-python/fido2: Stabilize 0.9.1 ALLARCHES, #783276
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/fido2')
-rw-r--r--dev-python/fido2/fido2-0.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fido2/fido2-0.9.1.ebuild b/dev-python/fido2/fido2-0.9.1.ebuild
index 446d15dd1580..7bf7a417d636 100644
--- a/dev-python/fido2/fido2-0.9.1.ebuild
+++ b/dev-python/fido2/fido2-0.9.1.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 ~x86"
+KEYWORDS="amd64 x86"
IUSE="examples"
RESTRICT="test" # Tests require <dev-python/mock-4