diff options
author | 2023-11-23 20:38:00 +0100 | |
---|---|---|
committer | 2023-11-23 20:38:00 +0100 | |
commit | 622a7b76bf902d016bdc09ea34b04aaa7592ca36 (patch) | |
tree | 7f7c5a92bdb1238a2d5bc4eb20527e13fa13ae29 /dev-python/retry-decorator | |
parent | dev-python/python3-discogs-client: Keyword 2.7 arm64, #918028 (diff) | |
download | gentoo-622a7b76bf902d016bdc09ea34b04aaa7592ca36.tar.gz gentoo-622a7b76bf902d016bdc09ea34b04aaa7592ca36.tar.bz2 gentoo-622a7b76bf902d016bdc09ea34b04aaa7592ca36.zip |
dev-python/retry-decorator: Keyword 1.1.1-r1 arm64, #918031
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-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 32bbcfef810e..5c85a2e5213c 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 ~riscv x86" +KEYWORDS="amd64 arm ~arm64 ~riscv x86" DOCS=( README.rst ) |