Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/
Date: Tue, 13 Feb 2018 15:57:16
Message-Id: 1518537401.dd14b27115c508da407d9a6c90bf59a9660873a8.leio@gentoo
1 commit: dd14b27115c508da407d9a6c90bf59a9660873a8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 15:53:59 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 15:56:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd14b271
7
8 Revert "dev-python/bandit: dekeyword on ~arm64 due to lost keywords on git-python"
9
10 This reverts commit 4cf335d7396fe7dff17c01c4bdf4845ddda0296b.
11
12 dev-python/bandit/bandit-1.0.1.ebuild | 2 +-
13 dev-python/bandit/bandit-1.1.0.ebuild | 2 +-
14 dev-python/bandit/bandit-1.2.0.ebuild | 2 +-
15 dev-python/bandit/bandit-1.3.0.ebuild | 2 +-
16 dev-python/bandit/bandit-1.4.0.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-python/bandit/bandit-1.0.1.ebuild b/dev-python/bandit/bandit-1.0.1.ebuild
20 index c9425f6d1de..0df3671bac0 100644
21 --- a/dev-python/bandit/bandit-1.0.1.ebuild
22 +++ b/dev-python/bandit/bandit-1.0.1.ebuild
23 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24
25 LICENSE="Apache-2.0"
26 SLOT="0"
27 -KEYWORDS="amd64 x86"
28 +KEYWORDS="amd64 ~arm64 x86"
29 IUSE="test"
30
31 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
32
33 diff --git a/dev-python/bandit/bandit-1.1.0.ebuild b/dev-python/bandit/bandit-1.1.0.ebuild
34 index aa9bb2f5846..a6bc900087f 100644
35 --- a/dev-python/bandit/bandit-1.1.0.ebuild
36 +++ b/dev-python/bandit/bandit-1.1.0.ebuild
37 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
38
39 LICENSE="Apache-2.0"
40 SLOT="0"
41 -KEYWORDS="amd64 x86"
42 +KEYWORDS="amd64 ~arm64 x86"
43 IUSE="test"
44
45 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
46
47 diff --git a/dev-python/bandit/bandit-1.2.0.ebuild b/dev-python/bandit/bandit-1.2.0.ebuild
48 index 88c19c202e5..8ea1e3acd19 100644
49 --- a/dev-python/bandit/bandit-1.2.0.ebuild
50 +++ b/dev-python/bandit/bandit-1.2.0.ebuild
51 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
52
53 LICENSE="Apache-2.0"
54 SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 +KEYWORDS="~amd64 ~arm64 ~x86"
57 IUSE="test"
58
59 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
60
61 diff --git a/dev-python/bandit/bandit-1.3.0.ebuild b/dev-python/bandit/bandit-1.3.0.ebuild
62 index 40e878824b5..00fc491f4f6 100644
63 --- a/dev-python/bandit/bandit-1.3.0.ebuild
64 +++ b/dev-python/bandit/bandit-1.3.0.ebuild
65 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66
67 LICENSE="Apache-2.0"
68 SLOT="0"
69 -KEYWORDS="~amd64 ~x86"
70 +KEYWORDS="~amd64 ~arm64 ~x86"
71 IUSE="test"
72
73 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
74
75 diff --git a/dev-python/bandit/bandit-1.4.0.ebuild b/dev-python/bandit/bandit-1.4.0.ebuild
76 index 058a4fb8bee..e21a23deb92 100644
77 --- a/dev-python/bandit/bandit-1.4.0.ebuild
78 +++ b/dev-python/bandit/bandit-1.4.0.ebuild
79 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80
81 LICENSE="Apache-2.0"
82 SLOT="0"
83 -KEYWORDS="amd64 x86"
84 +KEYWORDS="amd64 ~arm64 x86"
85 IUSE="test"
86
87 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"