diff options
Diffstat (limited to 'dev-python/zxcvbn')
-rw-r--r-- | dev-python/zxcvbn/zxcvbn-4.4.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild index 66bdf399468d..6493a5eab967 100644 --- a/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild +++ b/dev-python/zxcvbn/zxcvbn-4.4.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,6 @@ S=${WORKDIR}/zxcvbn-python-${PV} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" distutils_enable_tests pytest |