dev-python/fido2: keyword 0.9.1 for ~riscv

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-08-01 22:53:36 +01:00
parent 6ddb49fc72
commit fb622b9225

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -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 ~riscv x86"
IUSE="examples"
RESTRICT="test" # Tests require <dev-python/mock-4