diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-29 03:31:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-07-04 15:27:50 +0300 |
commit | 668398a335f4067638918cccbc8d3a0c621025b5 (patch) | |
tree | ce34442b89698e850ae0aefd665332c5813abaaf /dev-python/tqdm | |
parent | sci-libs/mpir: arm64 keyworded (bug #729782) (diff) | |
download | gentoo-668398a335f4067638918cccbc8d3a0c621025b5.tar.gz gentoo-668398a335f4067638918cccbc8d3a0c621025b5.tar.bz2 gentoo-668398a335f4067638918cccbc8d3a0c621025b5.zip |
dev-python/tqdm: arm64 stable (bug #730104)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.45.0.ebuild b/dev-python/tqdm/tqdm-4.45.0.ebuild index 2c4a44d12e74..d1404bb354b1 100644 --- a/dev-python/tqdm/tqdm-4.45.0.ebuild +++ b/dev-python/tqdm/tqdm-4.45.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tqdm/tqdm" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa sparc ~x86" fi DESCRIPTION="Add a progress meter to your loops in a second" |