diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-02-13 15:51:00 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-02-13 15:51:00 +0200 |
commit | 4cf335d7396fe7dff17c01c4bdf4845ddda0296b (patch) | |
tree | c3e068c9ecc8d66afe22d3cdbd4da27e426a64d3 /dev-python/bandit/bandit-1.3.0.ebuild | |
parent | dev-perl/Crypt-DES-2.70.0-r1: Drop ~arm64 due to missing dep keywords (diff) | |
download | gentoo-4cf335d7396fe7dff17c01c4bdf4845ddda0296b.tar.gz gentoo-4cf335d7396fe7dff17c01c4bdf4845ddda0296b.tar.bz2 gentoo-4cf335d7396fe7dff17c01c4bdf4845ddda0296b.zip |
dev-python/bandit: dekeyword on ~arm64 due to lost keywords on git-python
Diffstat (limited to 'dev-python/bandit/bandit-1.3.0.ebuild')
-rw-r--r-- | dev-python/bandit/bandit-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bandit/bandit-1.3.0.ebuild b/dev-python/bandit/bandit-1.3.0.ebuild index 00fc491f4f6a..40e878824b5e 100644 --- a/dev-python/bandit/bandit-1.3.0.ebuild +++ b/dev-python/bandit/bandit-1.3.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 ~arm64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" |