diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:22:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-11 10:22:46 +0200 |
commit | 19113b79937c2941771c04a9a7f2c48990d5e158 (patch) | |
tree | 4a838db2487de44bc650e6ff8dd31c552896b732 /dev-python/retry-decorator | |
parent | dev-python/requests-mock: Stabilize 1.8.0 ALLARCHES, #731558 (diff) | |
download | gentoo-19113b79937c2941771c04a9a7f2c48990d5e158.tar.gz gentoo-19113b79937c2941771c04a9a7f2c48990d5e158.tar.bz2 gentoo-19113b79937c2941771c04a9a7f2c48990d5e158.zip |
dev-python/retry-decorator: Stabilize 1.1.1 ALLARCHES, #731560
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild index 8b25b6b0f21a..d3f2b05d7ed7 100644 --- a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm x86" +KEYWORDS="amd64 arm x86" DOCS=( README.rst ) |