diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-02-13 17:53:59 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-02-13 17:56:41 +0200 |
commit | dd14b27115c508da407d9a6c90bf59a9660873a8 (patch) | |
tree | 1bd3845da9b4e3c7720b2ed9c9f95db303261a43 /dev-python/bandit | |
parent | app-emulation/vagrant: drop old (diff) | |
download | gentoo-dd14b27115c508da407d9a6c90bf59a9660873a8.tar.gz gentoo-dd14b27115c508da407d9a6c90bf59a9660873a8.tar.bz2 gentoo-dd14b27115c508da407d9a6c90bf59a9660873a8.zip |
Revert "dev-python/bandit: dekeyword on ~arm64 due to lost keywords on git-python"
This reverts commit 4cf335d7396fe7dff17c01c4bdf4845ddda0296b.
Diffstat (limited to 'dev-python/bandit')
-rw-r--r-- | dev-python/bandit/bandit-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/bandit/bandit-1.4.0.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/bandit/bandit-1.0.1.ebuild b/dev-python/bandit/bandit-1.0.1.ebuild index c9425f6d1de7..0df3671bac00 100644 --- a/dev-python/bandit/bandit-1.0.1.ebuild +++ b/dev-python/bandit/bandit-1.0.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.1.0.ebuild b/dev-python/bandit/bandit-1.1.0.ebuild index aa9bb2f58461..a6bc900087fb 100644 --- a/dev-python/bandit/bandit-1.1.0.ebuild +++ b/dev-python/bandit/bandit-1.1.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 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.2.0.ebuild b/dev-python/bandit/bandit-1.2.0.ebuild index 88c19c202e5c..8ea1e3acd19e 100644 --- a/dev-python/bandit/bandit-1.2.0.ebuild +++ b/dev-python/bandit/bandit-1.2.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 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.3.0.ebuild b/dev-python/bandit/bandit-1.3.0.ebuild index 40e878824b5e..00fc491f4f6a 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 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild index 058a4fb8beed..e21a23deb921 100644 --- a/dev-python/bandit/bandit-1.4.0.ebuild +++ b/dev-python/bandit/bandit-1.4.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 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]" |