diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-26 11:13:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-26 11:13:12 +0100 |
commit | 57573e221c2284122cc338b32ed0eaa4766e7b4e (patch) | |
tree | aeeea71dc0df0074a61d4c58d3f4fb0b0421deda /dev-python/fido2 | |
parent | dev-util/jfrog-cli: new package (diff) | |
download | gentoo-57573e221c2284122cc338b32ed0eaa4766e7b4e.tar.gz gentoo-57573e221c2284122cc338b32ed0eaa4766e7b4e.tar.bz2 gentoo-57573e221c2284122cc338b32ed0eaa4766e7b4e.zip |
dev-python/fido2: x86 stable (bug #701170)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/fido2')
-rw-r--r-- | dev-python/fido2/fido2-0.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fido2/fido2-0.7.3.ebuild b/dev-python/fido2/fido2-0.7.3.ebuild index cf5e5a8076d8..73b81c0f3457 100644 --- a/dev-python/fido2/fido2-0.7.3.ebuild +++ b/dev-python/fido2/fido2-0.7.3.ebuild @@ -12,7 +12,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" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="examples test" RESTRICT="!test? ( test )" |