diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 17:01:12 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 17:01:12 +0100 |
commit | 69ca00a843d26aaffe4811d82e1518d6772d70cb (patch) | |
tree | 8ea9cac8d1e500f0208173d311c845aaba84d06d /dev-python/retry-decorator | |
parent | dev-python/python-nbxmpp: arm stable wrt bug #706146 (diff) | |
download | gentoo-69ca00a843d26aaffe4811d82e1518d6772d70cb.tar.gz gentoo-69ca00a843d26aaffe4811d82e1518d6772d70cb.tar.bz2 gentoo-69ca00a843d26aaffe4811d82e1518d6772d70cb.zip |
dev-python/retry-decorator: arm stable wrt bug #706146
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild index 9a0a1e26b202..843a5a66c0f0 100644 --- a/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 arm ~x86" IUSE="" RDEPEND="${PYTHON_DEPS}" |