diff options
author | 2021-05-16 12:40:40 +0000 | |
---|---|---|
committer | 2021-05-16 12:44:32 +0000 | |
commit | e1184c16525e53ecb9be343225592f9ee9812cb1 (patch) | |
tree | d1739f1824a4f09887af209f2e3503904bab694c /dev-python/debtcollector | |
parent | dev-python/bandit: Stabilize 1.6.2-r1 arm64, #730614 (diff) | |
download | gentoo-e1184c16525e53ecb9be343225592f9ee9812cb1.tar.gz gentoo-e1184c16525e53ecb9be343225592f9ee9812cb1.tar.bz2 gentoo-e1184c16525e53ecb9be343225592f9ee9812cb1.zip |
dev-python/debtcollector: Stabilize 2.2.0 arm64, #730614
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r-- | dev-python/debtcollector/debtcollector-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild b/dev-python/debtcollector/debtcollector-2.2.0.ebuild index f2d8758c6da0..8241170b3288 100644 --- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild +++ b/dev-python/debtcollector/debtcollector-2.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]" |