diff options
author | Sam James <sam@gentoo.org> | 2021-09-04 22:30:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-04 22:38:06 +0100 |
commit | 41c74643f39fed89b6d349b826d4797646a8ce82 (patch) | |
tree | ec07887798886d0b82c192f83fd7a7ac9caf586a /dev-python/bandit | |
parent | dev-python/snakeoil: Stabilize 0.9.5 arm64, #791586 (diff) | |
download | gentoo-41c74643f39fed89b6d349b826d4797646a8ce82.tar.gz gentoo-41c74643f39fed89b6d349b826d4797646a8ce82.tar.bz2 gentoo-41c74643f39fed89b6d349b826d4797646a8ce82.zip |
dev-python/bandit: Stabilize 1.7.0 arm64, #793320
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/bandit-1.7.0.ebuild b/dev-python/bandit/bandit-1.7.0.ebuild index 2bd9f1e75056..5aa40dc0dd67 100644 --- a/dev-python/bandit/bandit-1.7.0.ebuild +++ b/dev-python/bandit/bandit-1.7.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~s390 x86" +KEYWORDS="amd64 ~arm arm64 ~s390 x86" IUSE="test" RESTRICT="!test? ( test )" |