diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-03-23 23:39:07 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-24 23:47:23 +0100 |
commit | 44f89536bb2a83a7be725b342d4425bc4e971c84 (patch) | |
tree | 5fde437429b52802197ee76990908051abf39584 /dev-python/zxcvbn | |
parent | dev-python/flask-babel: keyword 2.0.0 for ~riscv (diff) | |
download | gentoo-44f89536bb2a83a7be725b342d4425bc4e971c84.tar.gz gentoo-44f89536bb2a83a7be725b342d4425bc4e971c84.tar.bz2 gentoo-44f89536bb2a83a7be725b342d4425bc4e971c84.zip |
dev-python/zxcvbn: keyword 4.4.28 for ~riscv
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
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 |