diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-24 17:55:41 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-24 17:55:41 +0200 |
commit | e992f0f44b26a8c01cbeb314ee25be4ab86dd1bb (patch) | |
tree | 61114a982bad4c3982f22e783af819e232554e1f /dev-python/retry-decorator | |
parent | dev-python/requests-credssp: Stabilize 2.0.0 arm64, #918348 (diff) | |
download | gentoo-e992f0f44b26a8c01cbeb314ee25be4ab86dd1bb.tar.gz gentoo-e992f0f44b26a8c01cbeb314ee25be4ab86dd1bb.tar.bz2 gentoo-e992f0f44b26a8c01cbeb314ee25be4ab86dd1bb.zip |
dev-python/retry-decorator: Stabilize 1.1.1-r1 arm64, #918373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild index 5c85a2e5213c..7b43e81cdb92 100644 --- a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~riscv x86" DOCS=( README.rst ) |